diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-26 07:48:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-26 07:48:49 -0400 |
commit | 5e18187381484642a2c7e1731dbd271c4bda621f (patch) | |
tree | f2b1afee7f977ffaa42180086085e1d5b509ccc0 | |
parent | 25aaf49bdaa63b3f8e2db1df70712a48a16d6b47 (diff) | |
download | python-coveragepy-git-5e18187381484642a2c7e1731dbd271c4bda621f.tar.gz |
Explicitly install the theme sphinx no longer installs
-rw-r--r-- | doc/requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 226277b6..c2f7701b 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -5,3 +5,4 @@ pyenchant==1.6.6 sphinx==1.4.4 sphinxcontrib-spelling==2.1.2 +sphinx_rtd_theme==0.1.9 |