mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 11:49:40 +02:00
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:
parent
2b2c02d836
commit
e66a5760b5
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ epub_css_files = [
|
||||||
|
|
||||||
html_theme = 'alabaster'
|
html_theme = 'alabaster'
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
html_css_files = [
|
||||||
|
('html/css/custom.css', {'priority': 1000})
|
||||||
|
]
|
||||||
|
|
||||||
html_show_sphinx = False
|
html_show_sphinx = False
|
||||||
html_show_copyright = False
|
html_show_copyright = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue