Changes in / [f4c0513:5a73356a] in sasview
- Location:
- docs/sphinx-docs/source
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
reddf6af5 r33d2a3a 21 21 build_lib = os.path.abspath('../../../build/lib'+platform) 22 22 sys.path.insert(0, build_lib) 23 sys.path.insert(0, os.path.abspath('_extensions')) # for sphinx extensions24 23 print "-- path --" 25 24 print "\n".join(sys.path) … … 36 35 'sphinx.ext.coverage', 37 36 'sphinx.ext.mathjax', 38 'dollarmath',39 37 'sphinx.ext.viewcode'] 40 38
Note: See TracChangeset
for help on using the changeset viewer.