docs - added css to increase content width

This commit is contained in:
Django Goat 2025-02-19 23:29:46 +02:00
parent 8e600536b1
commit b0d2d18c3d
2 changed files with 7 additions and 0 deletions

5
docs/_static/css/custom_theme.css vendored Normal file
View file

@ -0,0 +1,5 @@
@import url("theme.css");
.wy-nav-content {
max-width: 90%;
}

View file

@ -71,6 +71,8 @@ todo_include_todos = False
# a list of builtin themes.
html_theme = "sphinx_rtd_theme"
html_style = "css/custom_theme.css"
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]