Skip to content
Snippets Groups Projects
Commit 5bb17042 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

replace html_context with html_css_files in configuration

parent ef992cae
No related branches found
No related tags found
1 merge request!13replace html_context with html_css_files in configuration
......@@ -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