2017-01-27 01:12:10 +08:00
|
|
|
# conda description for an environment to build artiq documentation
|
2017-06-06 15:26:26 +08:00
|
|
|
# $ conda env create -f conda/artiq-doc.yaml
|
2017-01-27 01:12:10 +08:00
|
|
|
name: artiq-doc
|
|
|
|
channels:
|
|
|
|
- m-labs/label/dev
|
|
|
|
- m-labs/label/main
|
2017-12-07 19:08:20 +08:00
|
|
|
- defaults
|
|
|
|
- conda-forge/label/main
|
2017-01-27 01:12:10 +08:00
|
|
|
dependencies:
|
2017-06-05 00:50:54 +08:00
|
|
|
- python>=3.5.3,<3.6
|
2017-01-27 01:14:58 +08:00
|
|
|
- sphinx=1.4.8
|
2017-01-27 01:12:10 +08:00
|
|
|
- sphinx-argparse
|
|
|
|
- sphinxcontrib-wavedrom
|
|
|
|
- sphinx_rtd_theme
|
2017-06-14 12:39:29 +08:00
|
|
|
- pythonparser>=1.1
|