Skip to content

Commit 8416c6f

Browse files
authored
Alter readthedocs to prep for building to build html, htmlzip, and pdf docs. (pallets#2950)
2 parents 505e485 + b046a41 commit 8416c6f

3 files changed

Lines changed: 12 additions & 61 deletions

File tree

.readthedocs.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
version: 2
2+
# Do not specify sphinx key here to be in full control of build steps.
3+
# https://docs.readthedocs.com/platform/stable/build-customization.html#extend-or-override-the-build-process
4+
25
build:
36
os: ubuntu-24.04
47
tools:
58
python: '3.13'
6-
commands:
7-
- asdf plugin add uv
8-
- asdf install uv latest
9-
- asdf global uv latest
10-
- uv run --group docs sphinx-build -W -b dirhtml docs $READTHEDOCS_OUTPUT/html
9+
jobs:
10+
install:
11+
- echo "Installing dependencies"
12+
- asdf plugin add uv
13+
- asdf install uv latest
14+
- asdf global uv latest
15+
build:
16+
html:
17+
- uv run --group docs sphinx-build -W -b dirhtml docs $READTHEDOCS_OUTPUT/html

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/make.bat

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)