Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ sphinx:

python:
install:

# Install package.
- method: pip
path: .

# Install Sphinx.
- requirements: docs/requirements-docs.txt
6 changes: 1 addition & 5 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
numpydoc
sphinx
sphinx_rtd_theme
tornado
toolz
zict
Comment on lines -4 to -6
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removed packages are dependencies of streamz. If all works well, they will be installed by the package install now defined within the RTD configuration.

pandas
dask
distributed
dask[distributed]
Loading