From b391b213ebe502c8c001e16456d7be75380b15f9 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Tue, 6 May 2025 16:17:56 +0200 Subject: [PATCH] update sphinx theme --- docs/conf.py | 6 +++--- docs/requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7966501..5c412c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index f2bbd16..c29971d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,3 +2,4 @@ python-docx docxcompose jinja2 lxml +sphinx-book-theme