update sphinx theme

This commit is contained in:
Eric Lapouyade 2025-05-06 16:17:56 +02:00
parent e766040c5b
commit b391b213eb
2 changed files with 4 additions and 3 deletions

View File

@ -50,9 +50,9 @@ copyright = "2015, Eric Lapouyade"
# built documents.
#
# The short X.Y version.
version = "0.9"
version = "0.20"
# The full version, including alpha/beta/rc tags.
release = "0.9.x"
release = "0.20.x"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -97,7 +97,7 @@ pygments_style = "sphinx"
# 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

@ -2,3 +2,4 @@ python-docx
docxcompose
jinja2
lxml
sphinx-book-theme