From b4df00009ba38f44ded1cef6ec47c080dbdee07e Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 26 Jan 2017 18:14:58 +0100 Subject: [PATCH] doc/conda: fix conda env description syntax --- conda/artiq-doc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/artiq-doc.yml b/conda/artiq-doc.yml index de03366e5..5ebedd859 100644 --- a/conda/artiq-doc.yml +++ b/conda/artiq-doc.yml @@ -6,9 +6,9 @@ channels: - m-labs/label/main - defaults dependencies: - - python 3.5.2 - - sphinx 1.4.8 + - python=3.5.2 + - sphinx=1.4.8 - sphinx-argparse - sphinxcontrib-wavedrom - sphinx_rtd_theme - - pythonparser 1.0 + - pythonparser=1.0