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 49544af commit f6619faCopy full SHA for f6619fa
doc/manual/source/conf.py
@@ -56,7 +56,7 @@
56
sys.path.insert(0, os.path.abspath('../../..'))
57
from setup import versiondata
58
fullversion = versiondata.get('DEFAULT', 'version')
59
-# sys.path.remove(os.path.abspath('../../..'))
+sys.path.remove(os.path.abspath('../../..'))
60
# The short X.Y version.
61
version = '.'.join(fullversion.split('.')[:2])
62
# The full version, including alpha/beta/rc tags.
0 commit comments