.readthedocs.yaml 323 Bytes
Newer Older
Sam Wu's avatar
Sam Wu committed
1
2
3
4
5
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

Sam Wu's avatar
Sam Wu committed
6
7
8
9
10
build:
   os: ubuntu-22.04
   tools:
      python: "3.10"

Sam Wu's avatar
Sam Wu committed
11
12
13
14
15
sphinx:
   configuration: docs/conf.py

python:
   install:
Sam Wu's avatar
Sam Wu committed
16
   - requirements: docs/.sphinx/requirements.txt
17

Sam Wu's avatar
Sam Wu committed
18
formats: [htmlzip, pdf, epub]