.readthedocs.yaml 225 Bytes
Newer Older
1
2
3
4
version: 2

submodules:
  exclude: all
5

6
7
8
9
10
11
12
13
14
15
build:
  os: ubuntu-22.04
  tools:
    python: "3.10"
  apt_packages:
    - graphviz 

sphinx:
  configuration: doc/conf.py

16
17
python:
   install:
18
   - requirements: doc/requirements.txt