We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edef21 commit 5ae0e51Copy full SHA for 5ae0e51
1 file changed
readthedocs.yml .readthedocs.ymlreadthedocs.yml renamed to .readthedocs.yml
@@ -7,9 +7,15 @@ version: 2
7
8
# Set the version of Python and other tools you might need
9
build:
10
- os: ubuntu-20.04
+ os: ubuntu-22.04
11
tools:
12
- python: "3.9"
+ python: "3.12"
13
+ commands:
14
+ - asdf plugin add uv
15
+ - asdf install uv latest
16
+ - asdf global uv latest
17
+ - uv sync --only-group docs --frozen
18
+ - uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
19
20
# Build documentation in the docs/ directory with Sphinx
21
sphinx:
@@ -19,8 +25,3 @@ sphinx:
25
formats:
26
- pdf
27
- epub
22
-
23
-# Optionally declare the Python requirements required to build your docs
24
-python:
- install:
- - requirements: requirements_dev.txt
0 commit comments