diff --git a/docs/conf.py b/docs/conf.py index 86332cd2..dc5c6c93 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,6 +10,10 @@ author = u'Network Genomics' copyright = u'2019, Network Genomics' exclude_patterns = ['_build', '.venv'] extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput', 'domainrefs'] + +# get rid of version from , it messes with piwik +html_title = 'Mitogen Documentation' + html_show_copyright = False html_show_sourcelink = False html_show_sphinx = False