Skip to content

Commit e10eeba

Browse files
committed
Unshallow git clone on RtD.
This is required for get_version to find the last tag.
1 parent eaa64c0 commit e10eeba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ build:
44
os: ubuntu-20.04
55
tools:
66
python: "3.10"
7+
jobs:
8+
post_checkout:
9+
- git fetch --unshallow
710

811
sphinx:
912
configuration: docs/conf.py

0 commit comments

Comments
 (0)