Change Sphinx theme
This commit is contained in:
parent
2be79c5d38
commit
058501a4d1
@ -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']
|
||||
|
@ -1,3 +1,4 @@
|
||||
Sphinx==7.2
|
||||
Sphinx==6.2
|
||||
sphinx-nameko-theme=0.0.3
|
||||
mypy==1.5
|
||||
pylint==2.10
|
||||
|
Loading…
Reference in New Issue
Block a user