Skip to content

Commit

Permalink
Merge branch 'hotfix/css'
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Apr 17, 2018
2 parents f34f059 + cf48cec commit e361df8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,8 @@
# 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
],
}
def setup(app):
app.add_stylesheet('theme_overrides.css')

# -- Options for HTMLHelp output ------------------------------------------

Expand Down

0 comments on commit e361df8

Please sign in to comment.