.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
build:
Sam Wu's avatar
Sam Wu committed
7
   os: ubuntu-22.04
Sam Wu's avatar
Sam Wu committed
8
   tools:
Sam Wu's avatar
Sam Wu committed
9
      python: "3.10"
Sam Wu's avatar
Sam Wu committed
10
11
   apt_packages:
     - "doxygen"
Sam Wu's avatar
Sam Wu committed
12
13
14
15
16
17
18
19
20
21
     - "graphviz" # For dot graphs in doxygen

python:
   install:
   - requirements: docs/sphinx/requirements.txt

sphinx:
   configuration: docs/conf.py

formats: []