Skip to content

Commit

Permalink
use classic css instead of custom
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMohrmann committed Apr 24, 2024
1 parent c96daf4 commit 25b979b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["static"]
# html_static_path = ["static"]

# custom CSS files
html_context = {
"css_files": ["_static/css/custom.css"],
}
# html_context = {
# "css_files": ["_static/css/custom.css"],
# }

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit 25b979b

Please sign in to comment.