Ignore:
File:
1 edited

Legend:

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

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