Documentation/conf.py: fix for css files in newer Sphinx
This commit is contained in:
parent
3f04a5026c
commit
fbc5b3dccf
|
@ -80,11 +80,9 @@ html_theme = 'sphinx_rtd_theme'
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
html_context = {
|
html_css_files = [
|
||||||
'css_files': [
|
'theme_overrides.css', # override wide tables in RTD theme
|
||||||
'_static/theme_overrides.css', # override wide tables in RTD theme
|
]
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'corebootdoc'
|
htmlhelp_basename = 'corebootdoc'
|
||||||
|
|
Loading…
Reference in New Issue