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 e9be09e commit e053068Copy full SHA for e053068
doc/conf.py
@@ -52,8 +52,7 @@
52
# add these directories to sys.path here. If the directory is relative to the
53
# documentation root, use os.path.abspath to make it absolute, like shown here.
54
#sys.path.insert(0, os.path.abspath('/home/veeresht//Development/commpy-dev/commpy-dev-py27/commpy/commpy'))
55
-sys.path.insert(0, os.path.abspath('/home/bastien/Documents/These/CommPy'))
56
-# sys.path.insert(0, os.path.abspath('sphinxext'))
+sys.path.insert(0, os.path.abspath('sphinxext'))
57
# -- General configuration -----------------------------------------------------
58
59
# If your documentation needs a minimal Sphinx version, state it here.
0 commit comments