Fix CSS override for RTD documentation builds

This commit is contained in:
Paul Romano 2016-02-01 12:58:15 -06:00
parent 27ad128ee4
commit 55f5fa18a3

View file

@ -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.