We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dd6fc commit 8eeb1cbCopy full SHA for 8eeb1cb
1 file changed
.readthedocs.yaml
@@ -9,14 +9,11 @@ build:
9
os: ubuntu-22.04
10
tools:
11
python: "3.11"
12
+ jobs:
13
+ post_create_environment:
14
+ - pip install uv
15
+ post_install:
16
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install .[docs]
17
18
mkdocs:
- configuration: mkdocs.yml
-
-# Declare the Python requirements required to build your docs.
-python:
- install:
19
- - method: pip
20
- path: .
21
- extra_requirements:
22
- - docs
+ configuration: mkdocs.yml
0 commit comments