conf.py.in: comment out css style override

This commit is contained in:
Renken 2022-03-12 13:19:49 +01:00
parent 551e3a6536
commit 7acb953150
No known key found for this signature in database
GPG key ID: 3D24CB017B876F25

View file

@ -117,9 +117,9 @@ html_static_path = ['@DOC_SRC@/_static']
# Fix table line wrapping for RTD theme # Fix table line wrapping for RTD theme
# https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html # https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
# https://github.com/rtfd/sphinx_rtd_theme/pull/432 # https://github.com/rtfd/sphinx_rtd_theme/pull/432
html_context = { # html_context = {
'css_files': ['_static/theme_overrides.css'] # 'css_files': ['_static/theme_overrides.css']
} #}
# Custom sidebar templates, must be a dictionary that maps document names # Custom sidebar templates, must be a dictionary that maps document names