Docs: added custom.css to override default hyphenation and text align styles

This commit is contained in:
gd
2022-11-08 17:30:06 +02:00
parent a0a11be79b
commit 14460c6b6d
3 changed files with 12 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ html_theme_options = {"sidebarwidth": "300px"}
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = [
'css/custom.css',
]
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.