forked from M-Labs/artiq
parent
2b18943947
commit
b740023598
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue