mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-22 14:21:52 +00:00
docs - added css to increase content width
This commit is contained in:
parent
8e600536b1
commit
b0d2d18c3d
2 changed files with 7 additions and 0 deletions
5
docs/_static/css/custom_theme.css
vendored
Normal file
5
docs/_static/css/custom_theme.css
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@import url("theme.css");
|
||||
|
||||
.wy-nav-content {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
|
@ -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()]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue