Skip to content

Commit 95025d5

Browse files
committed
fix: declare python requirements for readthedocs
Signed-off-by: Rich Lander <[email protected]>
1 parent cab2c04 commit 95025d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ version: 2
22

33
mkdocs:
44
configuration: mkdocs.yml
5+
6+
python:
7+
install:
8+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)