From 364bd726bb12a0613f3367c488e5657ad595c310 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 ca300b8d3..cd22f0919 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