Skip to content

Commit 7f0216e

Browse files
committed
Import speedup
1 parent 9ba9e1e commit 7f0216e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
numpy=("https://numpy.org/doc/stable/", None),
3636
anndata=("https://anndata.readthedocs.io/en/latest/", None),
3737
pandas=("https://pandas.pydata.org/pandas-docs/stable/", None),
38-
scipy=("https://docs.scipy.org/doc/scipy/reference/", None),
38+
scipy=("https://docs.scipy.org/doc/scipy/", None),
3939
)
4040

4141
# general information

scanpydoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from sphinx.application import Sphinx
1010

1111

12-
__version__ = get_version(__file__)
12+
__version__ = get_version(__file__, vcs="git")
1313

1414
metadata = dict(version=__version__, env_version=1, parallel_read_safe=True)
1515

0 commit comments

Comments
 (0)