|
|
|
@ -23,7 +23,7 @@ project = 'Enhanced Sphinx theme (based on Python 3 docs)'
|
|
|
|
|
year = '2014-2015'
|
|
|
|
|
author = 'Ionel Cristian Mărieș'
|
|
|
|
|
copyright = '{0}, {1}'.format(year, author)
|
|
|
|
|
version = release = '2.3.2'
|
|
|
|
|
version = release = '2.4.0'
|
|
|
|
|
import sphinx_py3doc_enhanced_theme
|
|
|
|
|
html_theme = "sphinx_py3doc_enhanced_theme"
|
|
|
|
|
html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]
|
|
|
|
|