.readthedocs.yaml 338 Bytes
Newer Older
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
11
build:
   os: ubuntu-22.04
   tools:
      python: "3.10"
   apt_packages:
     - "doxygen"
12
13

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

Sam Wu's avatar
Sam Wu committed
17
18
19
20
sphinx:
   configuration: docs/conf.py

formats: []