Changeset 4c56923 in sasview for docs/sphinx-docs
- Timestamp:
- May 24, 2018 6:55:49 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- c389557
- Parents:
- e4c45887
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
rf80b416e r4c56923 22 22 sys.path.insert(0, build_lib) 23 23 sys.path.insert(0, os.path.abspath('_extensions')) # for sphinx extensions 24 print "-- path --"25 print "\n".join(sys.path)24 print ("-- path --") 25 print ("\n".join(sys.path)) 26 26 27 27 # -- General configuration -----------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.