forked from M-Labs/artiq
1
0
Fork 0

conda: remove environment descriptions

3.0 only.
This commit is contained in:
Sebastien Bourdeauducq 2017-06-06 15:58:52 +08:00
parent 2b18943947
commit b740023598
2 changed files with 0 additions and 23 deletions

View File

@ -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

View File

@ -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