Skip to content

Commit 4b0c5ac

Browse files
committed
#167 Update docs config
1 parent f2b43a5 commit 4b0c5ac

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/_static/logo-dark.svg

Lines changed: 11 additions & 0 deletions
Loading
File renamed without changes.

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@
1919
"sphinx.ext.napoleon",
2020
"sphinx.ext.viewcode",
2121
]
22+
myst_heading_anchors = 3
2223
templates_path = ["_templates"]
2324

2425

2526
# options for HTML output
26-
html_logo = "_static/logo.svg"
2727
html_static_path = ["_static"]
2828
html_theme = "pydata_sphinx_theme"
2929
html_theme_options = {
30+
"logo": {
31+
"image_light": "logo-light.svg",
32+
"image_dark": "logo-dark.svg",
33+
},
3034
"github_url": "https://github.com/astropenguin/xarray-dataclasses/",
3135
"twitter_url": "https://twitter.com/astropengu_in/",
3236
}

0 commit comments

Comments
 (0)