]> git.proxmox.com Git - ceph.git/blob - ceph/.readthedocs.yml
import quincy beta 17.1.0
[ceph.git] / ceph / .readthedocs.yml
1 ---
2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5 version: 2
6 formats: []
7 build:
8 image: latest
9 apt_packages:
10 - ditaa
11 python:
12 version: 3.8
13 install:
14 - requirements: admin/doc-requirements.txt
15 - requirements: admin/doc-read-the-docs.txt
16 - requirements: admin/doc-pybind.txt
17 sphinx:
18 builder: dirhtml
19 configuration: doc/conf.py