summaryrefslogtreecommitdiff
path: root/src/python/doc/conf.py
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-08-12 17:28:30 +0200
committerGitHub <noreply@github.com>2021-08-12 17:28:30 +0200
commit19b7d011ee20066ea6895387e0f68d3dd789e0ee (patch)
treed3f7081204cbdf33e143588399dfc93d952e5d6d /src/python/doc/conf.py
parent56f79346dcdf87a462ca68188c43ec75bb61273b (diff)
parent50d7eb5bc89900dd90f7f2d97ca8bc3c19c8a057 (diff)
Merge pull request #506 from VincentRouvreau/test_another_sphinx_themes
Test another sphinx themes
Diffstat (limited to 'src/python/doc/conf.py')
-rwxr-xr-xsrc/python/doc/conf.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/python/doc/conf.py b/src/python/doc/conf.py
index b06baf9c..e69e2751 100755
--- a/src/python/doc/conf.py
+++ b/src/python/doc/conf.py
@@ -120,15 +120,12 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'classic'
+html_theme = 'python_docs_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
# documentation.
html_theme_options = {
- "sidebarbgcolor": "#A1ADCD",
- "sidebartextcolor": "black",
- "sidebarlinkcolor": "#334D5C",
"body_max_width": "100%",
}