We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4e1ac commit a0831a1Copy full SHA for a0831a1
1 file changed
docs/conf.py
@@ -17,9 +17,9 @@
17
# add these directories to sys.path here. If the directory is relative to the
18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
#
20
-# import os
21
-# import sys
22
-# sys.path.insert(0, os.path.abspath('.'))
+import os
+import sys
+sys.path.insert(0, os.path.abspath('..'))
23
24
from recommonmark.parser import CommonMarkParser
25
0 commit comments