Skip to content

Commit ca3230b

Browse files
committed
DOC: Add sphinx configuration to readthedocs
1 parent ffffe1c commit ca3230b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.readthedocs.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
version: 2
22

3+
sphinx:
4+
configuration: docs/conf.py
35
build:
46
os: ubuntu-22.04
57
tools:
68
python: "3.11"
79
jobs:
810
post_checkout:
9-
- git fetch --unshallow
11+
- git fetch --unshallow
1012

1113
python:
1214
install:
13-
- requirements: docs/requirements.txt
14-
- method: pip
15-
path: .
16-
extra_requirements:
17-
- doc
18-
- method: pip
19-
path: wrapper/
15+
- requirements: docs/requirements.txt
16+
- method: pip
17+
path: .
18+
extra_requirements:
19+
- doc
20+
- method: pip
21+
path: wrapper/

0 commit comments

Comments
 (0)