Skip to content

Commit

Permalink
Create .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 1, 2024
1 parent aa07f81 commit b410ea8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

conda:
environment: docs/environment.yaml

sphinx:
configuration: docs/conf.py

submodules:
include: all

build:
os: "ubuntu-lts-latest" # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os
tools:
python: "mambaforge-latest" # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python, mamba instead of conda for better build performance

0 comments on commit b410ea8

Please sign in to comment.