Skip to content

Commit 76c3ba0

Browse files
author
Jon Duckworth
authored
Merge pull request #349 from duckontheweb/fix-docs
Fix docs
2 parents 7846520 + 093001f commit 76c3ba0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ STACError
178178

179179
.. autoclass:: pystac.STACError
180180

181-
ExtensionError
182-
~~~~~~~~~~~~~~
181+
ExtensionTypeError
182+
~~~~~~~~~~~~~~~~~~
183183

184-
.. autoclass:: pystac.extensions.ExtensionError
184+
.. autoclass:: pystac.ExtensionTypeError
185185

186186
Extensions
187187
----------

requirements-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ sphinxcontrib-fulltoc==1.2.0
1212
nbsphinx==0.7.1
1313
coverage==5.2.*
1414

15+
# https://github.com/pydata/xarray/issues/5299#issuecomment-840730954
16+
jinja2<3.0
17+
1518
# optional dependencies
1619
orjson==3.5.2

0 commit comments

Comments
 (0)