mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
And sphinx-gallery requirement to readthedocs. (#5780)
This commit is contained in:
parent
18ce7bda2b
commit
ddfe9439c8
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -14,6 +14,7 @@ redis
|
|||
setproctitle
|
||||
sphinx
|
||||
sphinx-click
|
||||
sphinx-gallery
|
||||
sphinx-jsonschema
|
||||
sphinx_rtd_theme
|
||||
pandas
|
||||
|
|
Loading…
Add table
Reference in a new issue