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 f2b43a5 commit 4b0c5acCopy full SHA for 4b0c5ac
docs/_static/logo-dark.svg
docs/_static/logo.svg renamed to docs/_static/logo-light.svg
docs/conf.py
@@ -19,14 +19,18 @@
19
"sphinx.ext.napoleon",
20
"sphinx.ext.viewcode",
21
]
22
+myst_heading_anchors = 3
23
templates_path = ["_templates"]
24
25
26
# options for HTML output
-html_logo = "_static/logo.svg"
27
html_static_path = ["_static"]
28
html_theme = "pydata_sphinx_theme"
29
html_theme_options = {
30
+ "logo": {
31
+ "image_light": "logo-light.svg",
32
+ "image_dark": "logo-dark.svg",
33
+ },
34
"github_url": "https://github.com/astropenguin/xarray-dataclasses/",
35
"twitter_url": "https://twitter.com/astropengu_in/",
36
}
0 commit comments