Skip to content

Commit 4e4611a

Browse files
committed
doc: RTD configuration
1 parent 58dd697 commit 4e4611a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 2
3+
sphinx:
4+
configuration: doc/conf.py
5+
build:
6+
os: "ubuntu-22.04"
7+
tools:
8+
python: "3.12"
9+
jobs:
10+
post_create_environment:
11+
- pip install poetry
12+
- poetry export --with doc --output requirements.txt
13+
post_install:
14+
- pip install .
15+
- pip install --requirement requirements.txt

0 commit comments

Comments
 (0)