Skip to content

Commit 49e3460

Browse files
authored
Merge pull request #490 from daq-tools/fix-rtd-dependencies
RTD: Install package. Synchronize dependency list.
2 parents dc19ab0 + 120ad18 commit 49e3460

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)