File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
44sphinx-build -a docs docs/_build
Original file line number Diff line number Diff line change 11# project information
22author = "Akio Taniguchi"
3- copyright = "2020-2024 Akio Taniguchi"
3+ copyright = "2020-2025 Akio Taniguchi"
44
55
66# general configuration
77add_module_names = False
8+ autodoc_member_order = "bysource"
89autodoc_typehints = "both"
910autodoc_typehints_format = "short"
1011exclude_patterns = [
2425
2526
2627# options for HTML output
27- html_static_path = ["_static" ]
2828html_theme = "pydata_sphinx_theme"
2929html_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}
You can’t perform that action at this time.
0 commit comments