Skip to content

Commit f6619fa

Browse files
committed
Restore original path in sphinx conf.py.
1 parent 49544af commit f6619fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/manual/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
sys.path.insert(0, os.path.abspath('../../..'))
5757
from setup import versiondata
5858
fullversion = versiondata.get('DEFAULT', 'version')
59-
# sys.path.remove(os.path.abspath('../../..'))
59+
sys.path.remove(os.path.abspath('../../..'))
6060
# The short X.Y version.
6161
version = '.'.join(fullversion.split('.')[:2])
6262
# The full version, including alpha/beta/rc tags.

0 commit comments

Comments
 (0)