Index: doc/conf.py =================================================================== diff -u -rca550c98b8b75a453fe2ff806ab92a6595d146a6 -r73ba28151730425b6415e38e715c4682ecd14764 --- doc/conf.py (.../conf.py) (revision ca550c98b8b75a453fe2ff806ab92a6595d146a6) +++ doc/conf.py (.../conf.py) (revision 73ba28151730425b6415e38e715c4682ecd14764) @@ -43,7 +43,7 @@ #sys.path.insert(0, os.path.abspath('../wflow-py/')) #sys.path.insert(0, os.path.abspath('../wflow-py/Scripts/')) -import wflow +#import wflow #from wflow import * # -- General configuration ----------------------------------------------------- @@ -89,9 +89,9 @@ # built documents. # # The short X.Y version. -version = wflow.__version__ +version = '2015.01' # The full version, including alpha/beta/rc tags. -release = wflow.__release__ +release = '2015.01' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.