Skip to content

Commit 711dc8a

Browse files
committed
fix docs
1 parent 2269073 commit 711dc8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
h5py=("https://docs.h5py.org/en/stable/", None),
6464
numba=("https://numba.readthedocs.io/en/stable/", None),
6565
numpy=("https://numpy.org/doc/stable/", None),
66+
pytest=("https://docs.pytest.org/en/stable/", None),
6667
python=("https://docs.python.org/3", None),
6768
scipy=("https://docs.scipy.org/doc/scipy/", None),
6869
zarr=("https://zarr.readthedocs.io/en/stable/", None),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [ "numpy>=1.25.2" ]
2828
optional-dependencies.accel = [ "numba" ]
2929
optional-dependencies.doc = [
3030
"furo",
31-
"pytest",
31+
"pytest <8.4", # https://github.com/sphinx-toolbox/sphinx-autofixture/issues/84
3232
"scanpydoc>=0.15.2",
3333
"sphinx>=8",
3434
"sphinx-autodoc-typehints",

0 commit comments

Comments
 (0)