theislab / scanpydoc

Collection of Sphinx extensions similar to (but more flexible than) numpydoc
https://icb-scanpydoc.readthedocs-hosted.com/en/latest/
GNU General Public License v3.0
12 stars 6 forks source link

Sphinx 4.1 fixes #36

Closed flying-sheep closed 3 years ago

flying-sheep commented 3 years ago

This should do the trick.

Closes #35

ivirshup commented 3 years ago
flying-sheep commented 3 years ago

Good question. We could add the feature to get_version in which it only returns a VCS version if the git root matches, but idk if that would fix it or just throw a different error because now it can’t find any version.

flying-sheep commented 3 years ago

OK, I updated get_version. We don’t have to make another hacky hardcode release here