Index: doc/conf.py =================================================================== diff -u -r4b41edf5a1ed3b1f7e975bf44b900ac246fa1d11 -r4eebd1e4de8f1a4bcc97ad344596f04d7b045a4b --- doc/conf.py (.../conf.py) (revision 4b41edf5a1ed3b1f7e975bf44b900ac246fa1d11) +++ doc/conf.py (.../conf.py) (revision 4eebd1e4de8f1a4bcc97ad344596f04d7b045a4b) @@ -46,8 +46,8 @@ import wflow -#from wflow import * + # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. @@ -62,20 +62,14 @@ 'sphinx.ext.graphviz', 'sphinx.ext.doctest'] -# extensions = ['sphinx.ext.todo','sphinx.ext.pngmath' , -# 'sphinx.ext.autodoc', -# 'sphinx.ext.graphviz', -# 'sphinx.ext.doctest'] - todo_include_todos=True # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' -print sys.path # The encoding of source files. #source_encoding = 'utf-8-sig' @@ -91,9 +85,9 @@ # built documents. # # The short X.Y version. -version = '2015.01' +version = wflow.__version__ # The full version, including alpha/beta/rc tags. -release = '2015.01a1' +release = wflow.__release__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -214,10 +208,10 @@ latex_elements = { # The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', +'papersize': 'a4paper', # The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', +'pointsize': '11pt', # Additional stuff for the LaTeX preamble. #'preamble': '',