Skip to content

Commit 8eeb1cb

Browse files
committed
try to fix docs build again
1 parent 44dd6fc commit 8eeb1cb

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ build:
99
os: ubuntu-22.04
1010
tools:
1111
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]
1217

1318
mkdocs:
14-
configuration: mkdocs.yml
15-
16-
# Declare the Python requirements required to build your docs.
17-
python:
18-
install:
19-
- method: pip
20-
path: .
21-
extra_requirements:
22-
- docs
19+
configuration: mkdocs.yml

0 commit comments

Comments
 (0)