Skip to content

Commit

Permalink
#171 fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath-kandula committed Jul 9, 2024
1 parent 2ac944f commit f4233af
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,13 @@
# relative to this directory. They are copied after the builtin static files,
# 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_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
}


Expand Down

0 comments on commit f4233af

Please sign in to comment.