fomu-workshop/.readthedocs.yml

23 lines
455 B
YAML
Raw Permalink Normal View History

2019-12-25 20:03:52 +00:00
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
build:
os: ubuntu-lts-latest
tools:
# Need to use mambaforge as miniconda runs out of memory on rtd.
python: mambaforge-latest
2019-12-25 20:03:52 +00:00
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
2020-03-09 18:48:49 +00:00
#formats:
#- htmlzip
2019-12-25 20:03:52 +00:00
conda:
environment: docs/environment.yml