We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c72b6 commit ac42e21Copy full SHA for ac42e21
.readthedocs.yaml
@@ -13,18 +13,17 @@ build:
13
apt_packages:
14
- curl
15
- jq
16
+ jobs:
17
+ post_create_environment:
18
+ - pip install uv
19
+ post_install:
20
+ # VIRTUAL_ENV needs to be set manually for now.
21
+ # See https://github.com/readthedocs/readthedocs.org/pull/11152/
22
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install '.[docs]'
23
24
# Build documentation in the docs/ directory with Sphinx
25
sphinx:
26
configuration: docs/conf.py
27
28
# If using Sphinx, optionally build your docs in additional formats such as PDF and ePub
29
formats: all
-
-# python -m pip install '.[docs]'
-python:
- install:
- - method: pip
- path: .
- extra_requirements:
30
- - docs
0 commit comments