Skip to content

Commit

Permalink
updated requirements docs
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Apr 15, 2019
1 parent 88baa5d commit ee498b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
cache: pip
install:
- pip install docutils
- pip install -e .[test,louvain,leiden]
- pip install -e .[test,louvain,leiden,sphinx]
env:
- MPLBACKEND=Agg
script:
Expand Down
4 changes: 3 additions & 1 deletion docs/requirements.txt
@@ -1,7 +1,9 @@
# use highlighting until the merge of https://github.com/rtfd/readthedocs.org/pull/4096
sphinx_rtd_theme>=0.3.1
# sphinx-autodoc-typehints needs at least sphinx 1.8
sphinx>=1.8
# we fiddled quite a lot with the return section in the napoleon extension, let's be safe
# and lock this to 1.8.3
sphinx==1.8.3
sphinx-autodoc-typehints
scanpydoc>=0.3.2
# same as ../requires.txt, but omitting the c++ packages
Expand Down

0 comments on commit ee498b5

Please sign in to comment.