stable-baselines3/.readthedocs.yml

22 lines
460 B
YAML
Raw Permalink Normal View History

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
# Set requirements using conda env
conda:
environment: docs/conda_env.yml
2023-10-23 18:31:58 +00:00
build:
os: ubuntu-24.04
2023-10-23 18:38:48 +00:00
tools:
python: "mambaforge-23.11"