Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply the CSS. #397

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading