2020-05-11 10:28:43 +00:00
|
|
|
# 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: docs/conf.py
|
|
|
|
|
|
|
|
|
|
# Optionally build your docs in additional formats such as PDF and ePub
|
|
|
|
|
formats: all
|
|
|
|
|
|
2020-05-11 15:39:41 +00:00
|
|
|
# Set requirements using conda env
|
|
|
|
|
conda:
|
|
|
|
|
environment: docs/conda_env.yml
|
2023-10-23 18:31:58 +00:00
|
|
|
|
|
|
|
|
build:
|
2024-10-29 11:23:13 +00:00
|
|
|
os: ubuntu-24.04
|
2023-10-23 18:38:48 +00:00
|
|
|
tools:
|
2024-10-29 11:23:13 +00:00
|
|
|
python: "mambaforge-23.11"
|