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 8be9349 commit 9b30146Copy full SHA for 9b30146
.readthedocs.yaml
@@ -4,6 +4,9 @@ build:
4
os: ubuntu-20.04
5
tools:
6
python: mambaforge-4.10
7
+ jobs:
8
+ post_checkout:
9
+ - (git --no-pager log --pretty="tformat:%s" -1 | grep -viq "[skip-rtd]") || exit 183
10
11
conda:
12
environment: ci/requirements/doc.yml
0 commit comments