Skip to content
Snippets Groups Projects
Unverified Commit 7fdc3d4b authored by jmusser304's avatar jmusser304 Committed by GitHub
Browse files

Merge pull request #13 from drangara/fix_rendering

replace html_context with html_css_files in configuration
parents ef992cae 5bb17042
No related branches found
No related tags found
No related merge requests found
......@@ -100,12 +100,7 @@ html_theme = 'sphinx_rtd_theme'
# 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', # overrides for wide tables in RTD theme
],
}
html_css_files = ['theme_overrides.css']
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment