]> git.proxmox.com Git - ceph.git/blob - ceph/.readthedocs.yml
361c664fa22cd3864522af8e91c11e9722fd0cb0
[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 # The pre_build command checks if we're building a named branch (i.e., not a PR).
6 # If so, check out doc/releases from the main branch before building so
7 # it's always up to date on docs.ceph.com/en/*.
8
9 version: 2
10 formats: []
11 build:
12 os: ubuntu-22.04
13 tools:
14 python: "3.8"
15 apt_packages:
16 - ditaa
17 jobs:
18 pre_build:
19 - bash admin/rtd-checkout-main
20 python:
21 install:
22 - requirements: admin/doc-requirements.txt
23 - requirements: admin/doc-read-the-docs.txt
24 - requirements: admin/doc-pybind.txt
25 sphinx:
26 builder: dirhtml
27 configuration: doc/conf.py