diff --git a/doc/conf.py b/doc/conf.py index cc508e36..a0b6e68d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 # " v documentation".