This commit is contained in:
Ariel Rin
2022-06-18 13:28:15 +10:00
19 changed files with 624 additions and 123 deletions

View File

@@ -111,6 +111,7 @@ html_theme_options = {
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = ["css/rtd_dark.css"]
# -- Options for HTMLHelp output ------------------------------------------