Skip to content

Commit afdcec5

Browse files
authored
chore: Add .readthedocs.yml to support RTD migration (#35)
1 parent dbc4d23 commit afdcec5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.readthedocs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.12"
7+
jobs:
8+
post_create_environment:
9+
- python -m pip install poetry
10+
post_install:
11+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
12+
13+
sphinx:
14+
builder: html
15+
configuration: docs/conf.py
16+
fail_on_warning: true

0 commit comments

Comments
 (0)