fomu-workshop/.readthedocs.yml
Tim 'mithro' Ansell 9161e0d4d2 Add the build definition to .readthedocs.yml.
Fixes https://github.com/im-tomu/fomu-workshop/issues/825.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2024-03-17 13:35:09 -05:00

23 lines
455 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:
os: ubuntu-lts-latest
tools:
# Need to use mambaforge as miniconda runs out of memory on rtd.
python: mambaforge-latest
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
#formats:
#- htmlzip
conda:
environment: docs/environment.yml