We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcdf55 commit 7463476Copy full SHA for 7463476
source/_static/css/custom.css
@@ -36,6 +36,10 @@ p + div.math {
36
text-align: center;
37
}
38
39
+.theme-switch-button span {
40
+ padding: 1.6em;
41
+}
42
+
43
/* Make "tip" background color different from "versionadded" */
44
.admonition.tip,
45
div.admonition.tip {
source/conf.py
@@ -116,13 +116,6 @@
116
},
117
"github_url": "https://github.com/Cantera/cantera",
118
"header_links_before_dropdown": 6,
119
- "icon_links": [
120
- {
121
- "name": "PyPI",
122
- "url": "https://pypi.org/project/cantera",
123
- "icon": "fa-solid fa-box",
124
- },
125
- ],
126
# "logo": {
127
# "text": "PyData Theme",
128
# "image_dark": "_static/logo-dark.svg",
0 commit comments