Skip to content

Commit 3062c4e

Browse files
authored
Merge pull request #6 from SFTtech/milo/readthedocs
docs: add readthedocs config
2 parents c8954c6 + 0a4b4a0 commit 3062c4e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.readthedocs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
version: 2
4+
5+
build:
6+
os: ubuntu-24.04
7+
tools:
8+
python: "3.13"
9+
jobs:
10+
pre_create_environment:
11+
- asdf plugin add uv
12+
- asdf install uv latest
13+
- asdf global uv latest
14+
create_environment:
15+
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
16+
install:
17+
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
18+
19+
sphinx:
20+
configuration: docs/conf.py

0 commit comments

Comments
 (0)