File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
- # .readthedocs.yml
2
1
# Read the Docs configuration file
3
2
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
3
5
- # Required
6
4
version : 2
7
5
8
- # Build documentation in the docs/ directory with Sphinx
9
- sphinx :
10
- configuration : docs/conf.py
11
-
12
- # Include PDF and ePub
13
- formats : all
14
-
15
- python :
16
- version : " 3.10"
17
- install :
18
- - method : pip
19
- path : .
20
- extra_requirements :
21
- - docs
6
+ build :
7
+ os : ubuntu-22.04
8
+ tools :
9
+ python : " 3.12"
10
+ commands :
11
+ - asdf plugin add uv
12
+ - asdf install uv latest
13
+ - asdf global uv latest
14
+ - uv venv
15
+ - uv pip install .[docs]
16
+ - .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D
17
+ language=en docs $READTHEDOCS_OUTPUT/html
You can’t perform that action at this time.
0 commit comments