From 9d85d5865ee0736808ed914d30b1ac104174461e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 5 Dec 2016 11:54:23 +0100 Subject: [PATCH] Add doc deps --- doc/Makefile | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 7680d125..8db4011a 100755 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,7 +6,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build -DEPENDENCIES = sphinx numpydoc +DEPENDENCIES = sphinx sphinx_rtd_theme # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 diff --git a/requirements.txt b/requirements.txt index 9f59f84e..7da3ebdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,3 @@ xlrd==1.0.0 ipython gitpython pygraphviz -sphinx_rtd_theme -- 2.39.5