We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba9e1e commit 7f0216eCopy full SHA for 7f0216e
docs/conf.py
@@ -35,7 +35,7 @@
35
numpy=("https://numpy.org/doc/stable/", None),
36
anndata=("https://anndata.readthedocs.io/en/latest/", None),
37
pandas=("https://pandas.pydata.org/pandas-docs/stable/", None),
38
- scipy=("https://docs.scipy.org/doc/scipy/reference/", None),
+ scipy=("https://docs.scipy.org/doc/scipy/", None),
39
)
40
41
# general information
scanpydoc/__init__.py
@@ -9,7 +9,7 @@
9
from sphinx.application import Sphinx
10
11
12
-__version__ = get_version(__file__)
+__version__ = get_version(__file__, vcs="git")
13
14
metadata = dict(version=__version__, env_version=1, parallel_read_safe=True)
15
0 commit comments