And sphinx-gallery requirement to readthedocs. (#5780)

This commit is contained in:
Robert Nishihara 2019-09-25 14:46:56 -07:00 committed by GitHub
parent 18ce7bda2b
commit ddfe9439c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -47,7 +47,7 @@ matrix:
- export PATH="$HOME/miniconda/bin:$PATH"
- cd doc
- pip install -q -r requirements-doc.txt
- pip install -q yapf==0.23.0 sphinx-gallery
- pip install -q yapf==0.23.0
- sphinx-build -W -b html -d _build/doctrees source _build/html
- cd ..
# Run Python linting, ignore dict vs {} (C408), others are defaults

View file

@ -14,6 +14,7 @@ redis
setproctitle
sphinx
sphinx-click
sphinx-gallery
sphinx-jsonschema
sphinx_rtd_theme
pandas