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 2589ce0 commit d93209fCopy full SHA for d93209f
readthedocs.yaml
@@ -9,6 +9,13 @@ build:
9
os: ubuntu-22.04
10
tools:
11
python: "3.11"
12
+ jobs:
13
+ # ensure full git repo is pulled so setuptools_scm gets versions correctly on install
14
+ # https://docs.readthedocs.com/platform/stable/build-customization.html#unshallow-git-clone
15
+ post_checkout:
16
+ - git fetch --unshallow || true
17
+ - git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true
18
+ - git fetch --all --tags || true
19
20
# Build documentation in the docs/ directory with Sphinx
21
sphinx:
0 commit comments