mirror of
https://github.com/ceph/ceph
synced 2025-03-02 14:31:58 +00:00
https://access.redhat.com/security/cve/CVE-2022-34749
https://bugzilla.redhat.com/show_bug.cgi?id=2255448
Fixes https://github.com/ceph/ceph/pull/44222
Signed-off-by: David Galloway <david.galloway@ibm.com>
(cherry picked from commit 4e29244336
)
22 lines
446 B
YAML
22 lines
446 B
YAML
---
|
|
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
formats: []
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.9"
|
|
apt_packages:
|
|
- ditaa
|
|
- graphviz
|
|
python:
|
|
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
|