Fix horizontal scrollbar on changelog, refs #828

This commit is contained in:
Simon Willison 2020-06-09 21:20:07 -07:00
commit d828abadde
2 changed files with 8 additions and 0 deletions

View file

@ -99,6 +99,11 @@ html_theme = "sphinx_rtd_theme"
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_css_files = [
"css/custom.css",
]
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#