We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a1d29 commit 0b03af7Copy full SHA for 0b03af7
.readthedocs.yml
@@ -3,15 +3,17 @@ version: 2
3
build:
4
os: ubuntu-22.04
5
tools:
6
- python: "3.11"
+ python: "3.12"
7
+
8
+ jobs:
9
+ post_create_environment:
10
+ - pip install uv
11
+ post_install:
12
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install -r docs/requirements.txt
13
14
sphinx:
15
builder: dirhtml
16
configuration: docs/conf.py
17
fail_on_warning: true
18
19
formats: all
-
-python:
- install:
- - requirements: docs/requirements.txt
0 commit comments