Changeset 1123 for trunk/sphinxdocs/source/conf.py
- Timestamp:
- Oct 25, 2013 2:24:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sphinxdocs/source/conf.py
r957 r1123 17 17 # documentation root, use os.path.abspath to make it absolute, like shown here. 18 18 #sys.path.insert(0, os.path.abspath('.')) 19 printos.path.abspath(os.path.join('..', '..'))19 os.path.abspath(os.path.join('..', '..')) 20 20 sys.path.insert(0, os.path.abspath(os.path.join('..', '..'))) 21 sys.path.insert(1, os.path.abspath(os.path.join('..', '..','exports'))) 22 sys.path.insert(1, os.path.abspath(os.path.join('..', '..','imports'))) 21 23 22 24 # -- General configuration -----------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.