From b740023598af950a41dda8ef1a2faa7331ada8e6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 6 Jun 2017 15:58:52 +0800 Subject: [PATCH] conda: remove environment descriptions 3.0 only. --- conda/artiq-dev.yaml | 9 --------- conda/artiq-doc.yaml | 14 -------------- 2 files changed, 23 deletions(-) delete mode 100644 conda/artiq-dev.yaml delete mode 100644 conda/artiq-doc.yaml diff --git a/conda/artiq-dev.yaml b/conda/artiq-dev.yaml deleted file mode 100644 index b9defdb30..000000000 --- a/conda/artiq-dev.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# conda description for an environment to build and develop artiq -# $ conda env create -f conda/artiq-dev.yml -name: artiq-dev -channels: - - m-labs/label/main - - m-labs/label/dev - - defaults -dependencies: - - artiq-dev diff --git a/conda/artiq-doc.yaml b/conda/artiq-doc.yaml deleted file mode 100644 index fda3c11ba..000000000 --- a/conda/artiq-doc.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# conda description for an environment to build artiq documentation -# $ conda env create -f conda/artiq-doc.yml -name: artiq-doc -channels: - - m-labs/label/dev - - m-labs/label/main - - defaults -dependencies: - - python>=3.5.3,<3.6 - - sphinx=1.4.8 - - sphinx-argparse - - sphinxcontrib-wavedrom - - sphinx_rtd_theme - - pythonparser=1.0