Skip to content

Commit 7eaada8

Browse files
committed
#235 Update docs
1 parent 98c5e06 commit 7eaada8

File tree

4 files changed

+5
-31
lines changed

4 files changed

+5
-31
lines changed

docs/_static/logo-dark.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/_static/logo-light.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash -eu
22

3-
sphinx-apidoc -efT -o docs/_apidoc xarray_dataclasses
3+
sphinx-apidoc -efMT -d 2 -o docs/_apidoc xarray_dataclasses
44
sphinx-build -a docs docs/_build

docs/conf.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# project information
22
author = "Akio Taniguchi"
3-
copyright = "2020-2024 Akio Taniguchi"
3+
copyright = "2020-2025 Akio Taniguchi"
44

55

66
# general configuration
77
add_module_names = False
8+
autodoc_member_order = "bysource"
89
autodoc_typehints = "both"
910
autodoc_typehints_format = "short"
1011
exclude_patterns = [
@@ -24,13 +25,8 @@
2425

2526

2627
# options for HTML output
27-
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-
},
34-
"github_url": "https://github.com/astropenguin/xarray-dataclasses/",
35-
"twitter_url": "https://twitter.com/astropengu_in/",
30+
"github_url": "https://github.com/astropenguin/xarray-dataclasses",
31+
"logo": {"text": "xarray-dataclasses"},
3632
}

0 commit comments

Comments
 (0)