Skip to content

Commit e34dc3f

Browse files
authored
fix: add back in requirments for RTD (#91)
1 parent 8c9dcf8 commit e34dc3f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ sphinx:
1414
# RTD currently doesn't support pipenv (Pipfile) for listing the requirements.
1515
python:
1616
version: "3.6"
17+
install:
18+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
m2r2
2+
requests
3+
websockets
4+
zeroconf
5+
dataclasses

0 commit comments

Comments
 (0)