f4pga/readthedocs.yml
Robert Winkler 981ef9c5b7 Enable conda environment support
This commit adds conda virtual environment support for SymbiFlow docs.
It also provides configuration file that allows to use conda on RTD.

Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
2019-10-16 18:45:52 +00:00

20 lines
483 B
YAML

# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: source/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
formats: []
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
conda:
environment: environment.yml