Ignore:
Timestamp:
Oct 25, 2013 2:24:22 PM (10 years ago)
Author:
toby
Message:

add import and export routines to sphinx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sphinxdocs/source/conf.py

    r957 r1123  
    1717# documentation root, use os.path.abspath to make it absolute, like shown here.
    1818#sys.path.insert(0, os.path.abspath('.'))
    19 print os.path.abspath(os.path.join('..', '..'))
     19os.path.abspath(os.path.join('..', '..'))
    2020sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
     21sys.path.insert(1, os.path.abspath(os.path.join('..', '..','exports')))
     22sys.path.insert(1, os.path.abspath(os.path.join('..', '..','imports')))
    2123
    2224# -- General configuration -----------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.