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 429ff9b commit 4a79b32Copy full SHA for 4a79b32
.readthedocs.yaml
@@ -7,6 +7,7 @@ build:
7
jobs:
8
post_checkout:
9
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
10
+ - git fetch --unshallow || true
11
pre_install:
12
- git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml
13
0 commit comments