File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 35
35
"sphinx_copybutton" ,
36
36
"sphinx_remove_toctrees" ,
37
37
"sphinxext.opengraph" ,
38
+ "sphinx_design" ,
38
39
]
39
40
40
41
autodoc_typehints = "none"
109
110
"pandas" : ("https://pandas.pydata.org/pandas-docs/stable" , None ),
110
111
"numpy" : ("https://numpy.org/doc/stable" , None ),
111
112
"xarray" : ("https://docs.xarray.dev/en/stable/" , None ),
113
+ "rasterix" : ("https://rasterix.readthedocs.io/en/latest/" , None ),
114
+ "xvec" : ("https://xvec.readthedocs.io/en/stable/" , None ),
112
115
}
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ sphinx-autobuild>=2021.3.14
6
6
sphinx-copybutton
7
7
sphinx-remove-toctrees
8
8
sphinx-codeautolink
9
+ sphinx-design
9
10
myst-parser
10
11
myst-nb
11
12
sphinx-book-theme
12
13
numpydoc
13
14
sphinxext-opengraph [social_cards ]
14
15
xdggs
15
16
rasterix
17
+ rioxarray
16
18
xvec
17
19
git+https://github.com/dcherian/rolodex
You can’t perform that action at this time.
0 commit comments