This commit is contained in:
parent
870344a071
commit
52c6186a47
2 changed files with 9 additions and 1 deletions
3
source/_static/css/custom.css
Normal file
3
source/_static/css/custom.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.wy-nav-content {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
|
@ -23,5 +23,10 @@ language = 'fr'
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#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']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
|
# These paths are either relative to html_static_path
|
||||||
|
# or fully qualified paths (eg. https://...)
|
||||||
|
html_style = 'css/custom.css'
|
||||||
|
|
Loading…
Add table
Reference in a new issue