Changes in / [5a73356a:f4c0513] in sasview
- Location:
- docs/sphinx-docs/source
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
r33d2a3a reddf6af5 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 extensions 23 24 print "-- path --" 24 25 print "\n".join(sys.path) … … 35 36 'sphinx.ext.coverage', 36 37 'sphinx.ext.mathjax', 38 'dollarmath', 37 39 'sphinx.ext.viewcode'] 38 40
Note: See TracChangeset
for help on using the changeset viewer.