Skip to content

Commit

Permalink
Fix documentation CSS.
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 fea1bbf commit 99ac382
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Documentation/source/conf.py
Original file line number Diff line number Diff line change
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 99ac382

Please sign in to comment.