Skip to content

Commit 82e9db1

Browse files
committed
fixup! Add ReadTheDocs config
1 parent 641bb4e commit 82e9db1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.readthedocs.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
python:
33
install:
4-
- extra_requirements:
5-
- docs
6-
method: pip
7-
path: .
4+
- requirements: docs/requirements.txt
85
version: 3.8
6+
7+
sphinx:
8+
builder: html
9+
configuration: docs/source/conf.py
10+
fail_on_warning: true
11+
912
version: 2

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.[docs]

0 commit comments

Comments
 (0)