]> git.proxmox.com Git - ceph.git/blob - ceph/.readthedocs.yml
f51969084f0cf644839abb173012290f38854ec6
[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 os: ubuntu-22.04
9 tools:
10 python: "3.8"
11 apt_packages:
12 - ditaa
13 - graphviz
14 python:
15 install:
16 - requirements: admin/doc-requirements.txt
17 - requirements: admin/doc-read-the-docs.txt
18 - requirements: admin/doc-pybind.txt
19 sphinx:
20 builder: dirhtml
21 configuration: doc/conf.py