Skip to content

Commit 285e9a6

Browse files
authored
Set dependencies for readthedocs (#559)
1 parent 1d55eef commit 285e9a6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ build:
55
tools:
66
python: "3.8"
77

8+
python:
9+
install:
10+
- requirements: docs/requirements.txt
11+
812
sphinx:
913
configuration: docs/source/conf.py
1014

docs/requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pillow
2+
mock==1.0.1
3+
alabaster>=0.7,<0.8,!=0.7.5
4+
commonmark==0.9.1
5+
recommonmark==0.5.0
6+
sphinx<2
7+
sphinx-rtd-theme<0.5
8+
readthedocs-sphinx-ext<2.3
9+
jinja2<3.1.0

0 commit comments

Comments
 (0)