diff --git a/docs/source/conf.py b/docs/source/conf.py index 305c3a9..78df05f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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'] diff --git a/requirements.txt b/requirements.txt index e5733e3..7f9acba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -Sphinx==7.2 +Sphinx==6.2 +sphinx-nameko-theme=0.0.3 mypy==1.5 pylint==2.10