Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/conf.py

    rb229a3b rf1d48e9  
    1111# All configuration values have a default; values that are commented out 
    1212# serve to show the default. 
    13 from __future__ import print_function 
    1413 
    1514import sys, os, collections 
     
    2322sys.path.insert(0, build_lib) 
    2423sys.path.insert(0, os.path.abspath('_extensions')) # for sphinx extensions 
    25 print("-- path --") 
    26 print("\n".join(sys.path)) 
     24print "-- path --" 
     25print "\n".join(sys.path) 
    2726 
    2827# -- General configuration ----------------------------------------------------- 
     
    7271# General information about the project. 
    7372project = u'SasView' 
    74 copyright = u'2018, The SasView Project' 
     73copyright = u'2017, The SasView Project' 
    7574 
    7675# The version info for the project you're documenting, acts as replacement for 
Note: See TracChangeset for help on using the changeset viewer.