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 51d5d13 commit e71bd78Copy full SHA for e71bd78
readthedocs.yml
@@ -7,3 +7,10 @@ build:
7
os: "ubuntu-20.04"
8
tools:
9
python: "mambaforge-4.10"
10
+ jobs:
11
+ post_checkout:
12
+ # This is necessary for setuptools_scm to properly read the tags. The default
13
+ # depth of 50 often leads to 'assert version is not None' AssertionError during
14
+ # the pip install build process. Alternatively, we could use
15
+ # 'git fetch --unshallow', but that is rather intensive.
16
+ - git fetch --depth 1000
0 commit comments