Skip to content

Commit b8d6b56

Browse files
committed
Update ReadTheDocs config to use unshallow clone
1 parent 98b350a commit b8d6b56

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.readthedocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: '3.11'
7+
jobs:
8+
post_checkout:
9+
- git fetch --unshallow || true
10+
311
python:
4-
version: '3'
512
install:
613
- requirements: requirements-doc.txt
714
- requirements: requirements.txt

0 commit comments

Comments
 (0)