From 151b51f83626347aa686ba359392daf0c5e9dc23 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 26 Jan 2017 00:49:31 +0100 Subject: [PATCH] conda: pin sphinx to 1.4.8 (closes #645) can be reverted when https://github.com/snide/sphinx_rtd_theme/pull/346 is released --- conda/artiq/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 0d85408bb..5709ed9ae 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -25,7 +25,7 @@ requirements: - numpy - prettytable - asyncserial - - sphinx + - sphinx =1.4.8 - sphinx-argparse - sphinxcontrib-wavedrom - sphinx_rtd_theme