Skip to content

Commit

Permalink
fix the CSS in the sphinx docs (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jul 4, 2023
1 parent 271cff6 commit 96e52a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sphinx_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,7 @@ def get_version():
# 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
'_static/css/theme.css',
'_static/pygments.css'
],
}
html_css_files = ["theme_overrides.css"]

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down

0 comments on commit 96e52a7

Please sign in to comment.