Skip to content

Commit

Permalink
Hmm, ordering still matters. Try telling RTD to first install those
Browse files Browse the repository at this point in the history
two transitive dependencies.
  • Loading branch information
pauleveritt committed Mar 7, 2020
1 parent ae2a79f commit 083699a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hyperpython_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
toolz
sidekick
4 changes: 3 additions & 1 deletion readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ version: 2
sphinx:
configuration: docs/conf.py

# Optionally set the version of Python and requirements required to build your docs
# We have to install hyperpython_requirements.txt first
# due to https://github.com/ejplatform/hyperpython/issues/4
python:
version: 3.7
install:
- requirements: hyperpython_requirements.txt
- method: pip
path: .
extra_requirements:
Expand Down

0 comments on commit 083699a

Please sign in to comment.