Skip to content

Commit

Permalink
Fix documentation CSS. (#956)
Browse files Browse the repository at this point in the history
This change fixes the documentation generation so that the CSS
styles start working again.
  • Loading branch information
acolwell committed Mar 15, 2024
1 parent 9679f57 commit 3a0271d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Documentation/source/conf.py
Expand Up @@ -136,12 +136,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
html_context = {
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],
}
html_css_files = ['theme_overrides.css']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down

0 comments on commit 3a0271d

Please sign in to comment.