From ddfe9439c8c7003363c6a5375ccd1d830a8988d7 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Wed, 25 Sep 2019 14:46:56 -0700 Subject: [PATCH] And sphinx-gallery requirement to readthedocs. (#5780) --- .travis.yml | 2 +- doc/requirements-doc.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e696d54e..ab1562bd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/doc/requirements-doc.txt b/doc/requirements-doc.txt index ecde5d566..9f44fcfcd 100644 --- a/doc/requirements-doc.txt +++ b/doc/requirements-doc.txt @@ -14,6 +14,7 @@ redis setproctitle sphinx sphinx-click +sphinx-gallery sphinx-jsonschema sphinx_rtd_theme pandas