From 6bd63683e117de7d21184512341e0c4f33890483 Mon Sep 17 00:00:00 2001 From: Justin Ely Date: Wed, 28 Sep 2016 22:58:55 -0400 Subject: [PATCH] update rtd-pip-requirements to allow doc build sometheing the docs are doing requires sphinx>=1.4.2. There was a bug in 1.4.1 that caused an error if a caption was not supplied to TOC. https://github.com/sphinx-doc/sphinx/issues/2465 added other requirements such that local build worked installing just from rtd-pip-requirements from a blank conda env. --- docs/rtd-pip-requirements | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/rtd-pip-requirements b/docs/rtd-pip-requirements index 5771c30fe..7c8193e68 100644 --- a/docs/rtd-pip-requirements +++ b/docs/rtd-pip-requirements @@ -1,5 +1,8 @@ +asdf numpy Cython -git+http://github.com/astropy/astropy.git#egg=astropy +astropy +astropy-helpers jsonschema -pyyaml \ No newline at end of file +pyyaml +sphinx>=1.4.2