Skip to content

Commit

Permalink
Merge #1173
Browse files Browse the repository at this point in the history
1173: Fix docs r=hgrecco a=hgrecco

- [ ] Closes # (insert issue number)
- [ ] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors
- [ ] The change is fully covered by automated unit tests
- [ ] Documented in docs/ as appropriate
- [ ] Added an entry to the CHANGES file


Co-authored-by: Hernan <hernan.grecco@gmail.com>
  • Loading branch information
bors[bot] and hgrecco authored Sep 15, 2020
2 parents cbaf713 + 3744558 commit ffc05dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sphinx:
configuration: docs/conf.py
fail_on_warning: false
python:
version: 3.8
version: 3.7
install:
- requirements: requirements_docs.txt
- method: pip
Expand Down
1 change: 1 addition & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ sparse
dask[complete]
setuptools>=41.2
Serialize
pygments>=2.4

0 comments on commit ffc05dc

Please sign in to comment.