Skip to content

Commit

Permalink
Unshallow git clone on RtD.
Browse files Browse the repository at this point in the history
This is required for get_version to find the last tag.
  • Loading branch information
aaugustin committed Jul 21, 2024
1 parent eaa64c0 commit e10eeba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ build:
os: ubuntu-20.04
tools:
python: "3.10"
jobs:
post_checkout:
- git fetch --unshallow

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit e10eeba

Please sign in to comment.