doc: use minimal conda environment to build

release-2
Robert Jördens 2017-01-26 18:12:10 +01:00 committed by Robert Jordens
parent 4a35428518
commit 25ff94dbfa
3 changed files with 19 additions and 4 deletions

5
.readthedocs.yml Normal file
View File

@ -0,0 +1,5 @@
python:
version: 3
pip_install: false
conda:
file: conda/artiq-doc.yml

14
conda/artiq-doc.yml Normal file
View File

@ -0,0 +1,14 @@
# 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.2
- sphinx 1.4.8
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- pythonparser 1.0

View File

@ -1,4 +0,0 @@
sphinx_rtd_theme
sphinx-argparse
sphinxcontrib-wavedrom
pythonparser