.readthedocs.yaml 378 Bytes
Newer Older
Chris Austen's avatar
Chris Austen committed
1
2
3
4
5
6
7
8
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
   configuration: docs/conf.py

9
formats: [htmlzip, pdf, epub]
Chris Austen's avatar
Chris Austen committed
10
11
12

python:
   install:
13
   - requirements: docs/sphinx/requirements.txt
14
15

build:
16
   os: ubuntu-22.04
17
   tools:
18
      python: "mambaforge-22.9"
19
20
21

conda:
   environment: docs/environment.yml