File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
- # Project information
1
+ # project information
2
2
author = "Akio Taniguchi"
3
3
copyright = "2020-2022 Akio Taniguchi"
4
4
5
5
6
- # General configuration
6
+ # general configuration
7
+ add_module_names = False
8
+ autodoc_typehints = "both"
9
+ autodoc_typehints_format = "short"
10
+ exclude_patterns = [
11
+ "_build" ,
12
+ "Thumbs.db" ,
13
+ ".DS_Store" ,
14
+ ]
7
15
extensions = [
8
16
"myst_parser" ,
9
17
"sphinx.ext.autodoc" ,
10
- "sphinx.ext.viewcode" ,
11
- "sphinx.ext.napoleon" ,
12
18
"sphinx.ext.autosummary" ,
19
+ "sphinx.ext.napoleon" ,
20
+ "sphinx.ext.viewcode" ,
13
21
]
14
22
templates_path = ["_templates" ]
15
- exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
16
23
17
24
18
- # Options for HTML output
19
- html_static_path = ["_static" ]
25
+ # options for HTML output
20
26
html_logo = "_static/logo.svg"
27
+ html_static_path = ["_static" ]
21
28
html_theme = "pydata_sphinx_theme"
22
29
html_theme_options = {
23
30
"github_url" : "https://github.com/astropenguin/xarray-dataclasses/" ,
You can’t perform that action at this time.
0 commit comments