Skip to content

Commit

Permalink
Update ReadTheDocs config to use unshallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jul 30, 2023
1 parent 98b350a commit b8d6b56
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: '3.11'
jobs:
post_checkout:
- git fetch --unshallow || true

python:
version: '3'
install:
- requirements: requirements-doc.txt
- requirements: requirements.txt

0 comments on commit b8d6b56

Please sign in to comment.