fix(docs): use rtd theme

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-12-07 14:13:11 +01:00
parent 492d25bed6
commit 2416a8d5be
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,8 @@ release = u''
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinxcontrib.httpdomain'
'sphinxcontrib.httpdomain',
'sphinx_rtd_theme',
]
# Add any paths that contain templates here, relative to this directory.
@ -77,7 +78,7 @@ primary_domain = 'http'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'default'
html_theme = "sphinx_rtd_theme"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the

View File

@ -1 +1,2 @@
sphinxcontrib-httpdomain==1.7.0
sphinx_rtd_theme==2.0.0