We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde27cf commit 5ad1054Copy full SHA for 5ad1054
1 file changed
.readthedocs.yml
@@ -11,8 +11,7 @@ build:
11
python: '3.12'
12
commands:
13
- git fetch --unshallow || true
14
- - pip install hatchling==1.25.0
15
- - pip install hatch
+ - pip install hatch==1.16.5
16
- hatch run docs:build $READTHEDOCS_OUTPUT/html/
17
18
# Optionally build your docs in additional formats such as PDF and ePub
0 commit comments