Skip to content

Commit

Permalink
Merge pull request #933 from readthedocs/fix-css
Browse files Browse the repository at this point in the history
Fix custom.css
  • Loading branch information
davidfischer authored Oct 28, 2024
2 parents e2a9a7e + 6256add commit 2351e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
# html_sidebars = {}

html_css_files = [
"_static/css/custom.css",
"css/custom.css",
]

html_js_files = []
Expand Down

0 comments on commit 2351e49

Please sign in to comment.