File tree Expand file tree Collapse file tree 4 files changed +5
-31
lines changed Expand file tree Collapse file tree 4 files changed +5
-31
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -eu
2
2
3
- sphinx-apidoc -efT -o docs/_apidoc xarray_dataclasses
3
+ sphinx-apidoc -efMT -d 2 -o docs/_apidoc xarray_dataclasses
4
4
sphinx-build -a docs docs/_build
Original file line number Diff line number Diff line change 1
1
# project information
2
2
author = "Akio Taniguchi"
3
- copyright = "2020-2024 Akio Taniguchi"
3
+ copyright = "2020-2025 Akio Taniguchi"
4
4
5
5
6
6
# general configuration
7
7
add_module_names = False
8
+ autodoc_member_order = "bysource"
8
9
autodoc_typehints = "both"
9
10
autodoc_typehints_format = "short"
10
11
exclude_patterns = [
24
25
25
26
26
27
# options for HTML output
27
- html_static_path = ["_static" ]
28
28
html_theme = "pydata_sphinx_theme"
29
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/" ,
30
+ "github_url" : "https://github.com/astropenguin/xarray-dataclasses" ,
31
+ "logo" : {"text" : "xarray-dataclasses" },
36
32
}
You can’t perform that action at this time.
0 commit comments