File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# version_switcher a [data-version-name *= "stable" ] {
2
2
background-color : # e2ffe2 ;
3
3
}
4
+
5
+ # version_switcher
6
+ a : not ([data-version-name *= "stable" ]): not ([data-version-name = "dev" ]) {
7
+ color : # ff8282 ;
8
+ }
Original file line number Diff line number Diff line change 124
124
# "left_sidebar_end": ["custom-template.html", "sidebar-ethical-ads.html"],
125
125
# "footer_items": ["copyright", "sphinx-version", ""]
126
126
"switcher" : {
127
- # "json_url": "/_static/switcher.json",
128
- "json_url" : "https://pydata-sphinx-theme.readthedocs.io/en/latest/_static/switcher.json" ,
127
+ "json_url" : "/_static/switcher.json" ,
128
+ # "json_url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/_static/switcher.json",
129
129
"url_template" : "https://pydata-sphinx-theme.readthedocs.io/en/{version}/" ,
130
130
"version_match" : version_match ,
131
131
},
You can’t perform that action at this time.
0 commit comments