Skip to content

Commit

Permalink
Apply the CSS.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
  • Loading branch information
benjsmi authored and denyeart committed Jan 17, 2024
1 parent 170d68e commit 2dfed3f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,7 @@ def placeholderReplace(app, docname, source):
source[0] = result

def setup(app):
## The next commented line is how you would actually import and use the custom.css.
## It's actually always been overridden by the parameters from the RTD
## theme, so we've never actually seen it. BHS kept it here in case we
## with to use it, but chances are, we should just throw it out.
##
## The changes are minimal and suboptimal in BHS's opinion.
# app.add_css_file('custom.css')
app.add_css_file("css/custom.css")
app.add_config_value('placeholder_replacements', {}, True)
app.connect('source-read', placeholderReplace)

Expand Down

0 comments on commit 2dfed3f

Please sign in to comment.