File tree Expand file tree Collapse file tree 4 files changed +510
-12
lines changed Expand file tree Collapse file tree 4 files changed +510
-12
lines changed Original file line number Diff line number Diff line change 8
8
os : ubuntu-24.04
9
9
tools :
10
10
python : " 3.13"
11
+ jobs :
12
+ pre_create_environment :
13
+ - asdf plugin add uv
14
+ - asdf install uv latest
15
+ - asdf global uv latest
16
+ create_environment :
17
+ - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
18
+ install :
19
+ - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
11
20
12
21
sphinx :
13
22
configuration : docs/conf.py
14
23
fail_on_warning : true
15
24
16
25
formats : all
17
-
18
- python :
19
- install :
20
- - requirements : docs/requirements.txt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ test = [
61
61
" pytest-randomly" ,
62
62
" typing-extensions" ,
63
63
]
64
+ docs = [
65
+ " furo>=2024.8.6" ,
66
+ " sphinx>=7.4.7" ,
67
+ ]
68
+
64
69
django42 = [ " django>=4.2a1,<5; python_version>='3.8'" ]
65
70
django50 = [ " django>=5.0a1,<5.1; python_version>='3.10'" ]
66
71
django51 = [ " django>=5.1a1,<5.2; python_version>='3.10'" ]
You can’t perform that action at this time.
0 commit comments