Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Feb 25, 2022
1 parent ea3705a commit d597406
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/_static/custom.css
@@ -1,3 +1,8 @@
#version_switcher a[data-version-name*="stable"] {
background-color: #e2ffe2;
}

#version_switcher
a:not([data-version-name*="stable"]):not([data-version-name="dev"]) {
color: #ff8282;
}
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -124,8 +124,8 @@
# "left_sidebar_end": ["custom-template.html", "sidebar-ethical-ads.html"],
# "footer_items": ["copyright", "sphinx-version", ""]
"switcher": {
# "json_url": "/_static/switcher.json",
"json_url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/_static/switcher.json",
"json_url": "/_static/switcher.json",
# "json_url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/_static/switcher.json",
"url_template": "https://pydata-sphinx-theme.readthedocs.io/en/{version}/",
"version_match": version_match,
},
Expand Down

0 comments on commit d597406

Please sign in to comment.