Skip to content

Commit 08b0e0b

Browse files
committed
chore: readthedocs by trial and error
1 parent 2fdcaef commit 08b0e0b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ version: 2
22

33
python:
44
install:
5-
- requirements: docs/requirements.txt
5+
- method: pip
6+
path: .
7+
extra_requirements:
8+
- dev
9+
- method: pip
10+
packages:
11+
- sphinx==5.3.0
12+
- sphinxcontrib-asyncio
13+
- sphinx_rtd_theme
614

715
build:
816
os: ubuntu-24.04

0 commit comments

Comments
 (0)