We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git
1 parent 0b5523f commit 735f5e2Copy full SHA for 735f5e2
.readthedocs.yml
@@ -1,9 +1,19 @@
1
version: 2
2
3
build:
4
- os: ubuntu-22.04
+ os: "ubuntu-22.04"
5
tools:
6
python: "mambaforge-4.10"
7
+ jobs:
8
+ pre_install:
9
+ # Avoid `git` treating the directory is dirty due to RTD changes.
10
+ # ref: https://docs.readthedocs.io/en/stable/build-customization.html#avoid-having-a-dirty-git-index
11
+ - >-
12
+ git update-index --assume-unchanged
13
+ continuous_integration/environment-doc.yml
14
+ docs/conf.py
15
+ # If we missed any, error and list the changed files.
16
+ - git diff --stat --exit-code
17
18
sphinx:
19
configuration: docs/conf.py
0 commit comments