From 9b1b5d26dd1c0d1e415001f0e1ae098b39532ebd Mon Sep 17 00:00:00 2001 From: Michael Shepanski Date: Sat, 29 Apr 2017 22:51:38 -0400 Subject: [PATCH] Install sphinx in requirments --- .travis.yml | 1 - requirements_doc.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 689129c4..b6eab125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ python: - "3.6" before_install: - - sudo apt-get install -y python3-sphinx - pip install -U pytest pytest-cov coveralls install: diff --git a/requirements_doc.txt b/requirements_doc.txt index ef249b82..70f58a83 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -6,5 +6,6 @@ # sudo apt-get install python3-sphinx #--------------------------------------------------------- recommonmark +sphinx sphinx-rtd-theme sphinxcontrib-napoleon