Docs: added custom.css to override default hyphenation and text align styles
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user