We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c188a3 commit f332115Copy full SHA for f332115
docs/source/conf.py
@@ -27,7 +27,8 @@
27
#
28
import os
29
import sys
30
-sys.path.insert(0, os.path.abspath('../../codeflare/'))
+#sys.path.insert(0, os.path.abspath('../../codeflare/'))
31
+sys.path.insert(0, os.path.abspath('../..'))
32
import sphinx_rtd_theme
33
from recommonmark.transform import AutoStructify
34
0 commit comments