We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da62802 commit 1fe9d26Copy full SHA for 1fe9d26
1 file changed
.readthedocs.yml
@@ -3,9 +3,11 @@ build:
3
os: ubuntu-22.04
4
tools:
5
python: "3"
6
+ jobs:
7
+ post_checkout:
8
+ - git fetch --unshallow || true
9
python:
10
install:
11
- requirements: doc/requirements.txt
- system_packages: true
12
formats:
13
- pdf
0 commit comments