summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
blob: ce7de68ae37684e858eabc2a5fb336c3573f4f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2
formats: []
build:
  image: latest
  apt_packages:
    - ditaa
python:
  version: 3.8
  install:
    - requirements: admin/doc-requirements.txt
    - requirements: admin/doc-read-the-docs.txt
    - requirements: admin/doc-pybind.txt
sphinx:
  builder: dirhtml
  configuration: doc/conf.py