Skip to content

Commit 7817e98

Browse files
committed
Add sphinx-design & intersphinx links
1 parent 7b04b72 commit 7817e98

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"sphinx_copybutton",
3636
"sphinx_remove_toctrees",
3737
"sphinxext.opengraph",
38+
"sphinx_design",
3839
]
3940

4041
autodoc_typehints = "none"
@@ -109,4 +110,6 @@
109110
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
110111
"numpy": ("https://numpy.org/doc/stable", None),
111112
"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),
112115
}

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ sphinx-autobuild>=2021.3.14
66
sphinx-copybutton
77
sphinx-remove-toctrees
88
sphinx-codeautolink
9+
sphinx-design
910
myst-parser
1011
myst-nb
1112
sphinx-book-theme
1213
numpydoc
1314
sphinxext-opengraph[social_cards]
1415
xdggs
1516
rasterix
17+
rioxarray
1618
xvec
1719
git+https://github.com/dcherian/rolodex

0 commit comments

Comments
 (0)