Skip to content

Commit

Permalink
Fix Sphinx error
Browse files Browse the repository at this point in the history
  • Loading branch information
BarisSari committed Feb 16, 2021
1 parent 465c516 commit a265553
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

html_context = {
"css_files": [
"_static/theme_overrides.css",
], # override wide tables in RTD theme
}
html_css_files = ["_static/theme_overrides.css"] # override wide tables in RTD theme


# -- Extension configuration -------------------------------------------------
Expand Down

0 comments on commit a265553

Please sign in to comment.