Changeset 2e440cb in sasview for docs/sphinx-docs/source/conf.py
- Timestamp:
- Sep 6, 2018 3:56:56 AM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- e6d309c
- Parents:
- 5d43213 (diff), 170b251 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Steve K <smk78@…> (09/06/18 03:56:56)
- git-committer:
- GitHub <noreply@…> (09/06/18 03:56:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
ra8bbba2 r153b75a 11 11 # All configuration values have a default; values that are commented out 12 12 # serve to show the default. 13 from __future__ import print_function 13 14 14 15 import sys, os, collections … … 22 23 sys.path.insert(0, build_lib) 23 24 sys.path.insert(0, os.path.abspath('_extensions')) # for sphinx extensions 24 print "-- path --"25 print "\n".join(sys.path)25 print("-- path --") 26 print("\n".join(sys.path)) 26 27 27 28 # -- General configuration -----------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.