We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e455a commit 98abaacCopy full SHA for 98abaac
1 file changed
.readthedocs.yml
@@ -6,6 +6,9 @@ build:
6
# Keep version in sync with tox.ini (docs and gh-actions).
7
python: "3.11"
8
jobs:
9
+ # Need the tags to calculate the version
10
+ post_checkout:
11
+ - git fetch --tags
12
post_create_environment:
13
- "curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -"
14
post_install:
0 commit comments