update theme
All checks were successful
/ test (push) Successful in 12s

This commit is contained in:
Michaël Ricart 2025-02-17 10:38:17 +01:00
parent 870344a071
commit 52c6186a47
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,3 @@
.wy-nav-content {
max-width: 100%;
}

View file

@ -23,5 +23,10 @@ language = 'fr'
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
html_theme = "sphinx_rtd_theme"
# These folders are copied to the documentation's HTML output
html_static_path = ['_static']
# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_style = 'css/custom.css'