Change Sphinx theme

This commit is contained in:
Igor Dunaev 2023-09-29 16:19:36 +03:00
parent 2be79c5d38
commit 058501a4d1
2 changed files with 5 additions and 3 deletions

View File

@ -27,9 +27,10 @@ templates_path = ['_templates']
exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
import sphinx_nameko_theme
html_theme = 'nameko'
html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]
html_static_path = ['_static']

View File

@ -1,3 +1,4 @@
Sphinx==7.2
Sphinx==6.2
sphinx-nameko-theme=0.0.3
mypy==1.5
pylint==2.10