Skip to content

Commit a0831a1

Browse files
committed
Change docs conf logic closer to how readthedocs will run it
1 parent 7b4e1ac commit a0831a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
# add these directories to sys.path here. If the directory is relative to the
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
1919
#
20-
# import os
21-
# import sys
22-
# sys.path.insert(0, os.path.abspath('.'))
20+
import os
21+
import sys
22+
sys.path.insert(0, os.path.abspath('..'))
2323

2424
from recommonmark.parser import CommonMarkParser
2525

0 commit comments

Comments
 (0)