Skip to content

Commit 120ad18

Browse files
committed
RTD: Install package. Synchronize dependency list.
1 parent dc19ab0 commit 120ad18

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ sphinx:
1818

1919
python:
2020
install:
21+
22+
# Install package.
23+
- method: pip
24+
path: .
25+
26+
# Install Sphinx.
2127
- requirements: docs/requirements-docs.txt

docs/requirements-docs.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
numpydoc
22
sphinx
33
sphinx_rtd_theme
4-
tornado
5-
toolz
6-
zict
74
pandas
8-
dask
9-
distributed
5+
dask[distributed]

0 commit comments

Comments
 (0)