From 7acb9531500f3d7636a6a3bf1343b60436f4936d Mon Sep 17 00:00:00 2001 From: Renken Date: Sat, 12 Mar 2022 13:19:49 +0100 Subject: [PATCH] conf.py.in: comment out css style override --- doc/conf.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index bfd7856..2321e3b 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -117,9 +117,9 @@ html_static_path = ['@DOC_SRC@/_static'] # Fix table line wrapping for RTD theme # https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html # https://github.com/rtfd/sphinx_rtd_theme/pull/432 -html_context = { - 'css_files': ['_static/theme_overrides.css'] -} +# html_context = { +# 'css_files': ['_static/theme_overrides.css'] +#} # Custom sidebar templates, must be a dictionary that maps document names