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

3
docs/_static/css/custom.css vendored Normal file
View file

@ -0,0 +1,3 @@
a.external {
overflow-wrap: anywhere;
}

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.
#