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