mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix CSS override for RTD documentation builds
This commit is contained in:
parent
27ad128ee4
commit
55f5fa18a3
1 changed files with 2 additions and 1 deletions
|
|
@ -154,7 +154,8 @@ html_title = "OpenMC Documentation"
|
|||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
html_context = {'css_files': ['_static/theme_overrides.css']}
|
||||
def setup(app):
|
||||
app.add_stylesheet('theme_overrides.css')
|
||||
|
||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||
# using the given strftime format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue