Integrate custom CSS for the HTML output

Set a high priority for the custom CSS so that it is able to override
theme CSS.

Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
David Runge 2023-11-30 19:52:41 +01:00
parent 2b2c02d836
commit e66a5760b5
No known key found for this signature in database
GPG key ID: 90D4B9641E092971

View file

@ -48,6 +48,9 @@ epub_css_files = [
html_theme = 'alabaster'
html_static_path = ['_static']
html_css_files = [
('html/css/custom.css', {'priority': 1000})
]
html_show_sphinx = False
html_show_copyright = False