Skip to content

Commit

Permalink
doc: fix css overwriting file (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hofmann committed Oct 6, 2021
1 parent 228530b commit e1127d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,13 @@
}


# Add any paths that contain custom themes here, relative to this directory.
# These folders are copied to the documentation's HTML output
html_static_path = ["_static"]

html_context = {
"css_files": ["_static/theme_overrides.css"] # override wide tables in RTD theme
}
# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_css_files = ["theme_overrides.css"]


# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down

0 comments on commit e1127d9

Please sign in to comment.