.readthedocs.yaml 384 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
12
build:
   os: ubuntu-22.04
   tools:
      python: "3.10"
   apt_packages:
     - "doxygen"
     - "graphviz" # For dot graphs in doxygen
13
14
15

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

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

formats: []