|
@@ -87,6 +87,12 @@ 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 = {
|
|
|
|
+ 'css_files': [
|
|
|
|
+ '_static/theme_overrides.css', # override wide tables in RTD theme
|
|
|
|
+ ],
|
|
|
|
+ }
|
|
|
|
+
|
|
# Custom sidebar templates, must be a dictionary that maps document names
|
|
# Custom sidebar templates, must be a dictionary that maps document names
|
|
# to template names.
|
|
# to template names.
|
|
#
|
|
#
|