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 37036c9 commit 5539279Copy full SHA for 5539279
.readthedocs.yaml
@@ -1,12 +1,18 @@
1
version: 2
2
3
-python:
4
- version: "3.8"
5
- install:
6
- - requirements: doc/requirements.txt
7
- - method: pip
8
- path: .
9
10
- path: sphinx-plugin
+build:
+ os: ubuntu-24.04
+ tools:
+ python: "3.11"
+ jobs:
+ create_environment:
+ - asdf plugin add uv
+ - asdf install uv latest
11
+ - asdf global uv latest
12
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group doc
13
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install -e sphinx-plugin
14
+ install:
15
+ - "true"
16
+
17
sphinx:
18
configuration: doc/source/conf.py
0 commit comments