We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9b4d0 commit 4acf1eaCopy full SHA for 4acf1ea
1 file changed
.readthedocs.yaml
@@ -11,6 +11,9 @@ build:
11
- pip install uv
12
- uv sync --extra docs
13
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
14
+ jobs:
15
+ post_checkout:
16
+ - git fetch --all --tags || true
17
18
sphinx:
19
configuration: docs/conf.py
0 commit comments