artiq/conda/artiq-doc.yaml

16 lines
365 B
YAML
Raw Normal View History

# conda description for an environment to build artiq documentation
# $ conda env create -f conda/artiq-doc.yaml
name: artiq-doc
channels:
- defaults
- conda-forge/label/main
- m-labs/label/dev
- m-labs/label/main
dependencies:
2017-06-05 00:50:54 +08:00
- python>=3.5.3,<3.6
- sphinx=1.4.8
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- pythonparser=1.0