import yaml
from numpydoc.xref import DEFAULT_LINKS
-import sphinx_material
from statsmodels import __version__
# -- Monkey Patch ----------------------------------------------------------
lv = LooseVersion(release)
commit = ''
-full_version = short_version = version = release
+full_version = version = short_version = lv.vstring
if '+' in lv.version:
short_version = lv.vstring[:lv.vstring.index('+')]
commit = lv.version[lv.version.index('+') + 1]
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-extensions.append('sphinx_material')
-html_theme_path = sphinx_material.html_theme_path()
-html_context = sphinx_material.get_html_context()
-html_theme = 'sphinx_material'
+html_theme = 'nature'
+html_context = {}
html_title = project
html_short_title = project
# material theme options (see theme.conf for more information)
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
- "**": ["logo-text.html", "globaltoc.html", "localtoc.html", "searchbox.html"]
+ "**": ["globaltoc.html", "localtoc.html", "searchbox.html"]
}
# Additional templates that should be rendered to pages, maps page names to