mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
d882255dd1
This is partial revert of 055fe1f825b0629b7685d6d3d4d629ffc37a2d7c.
We don't need to checkout main anymore. A followup commit will make HTTP
redirects possible via ReadTheDocs.
This commit does not exist in main. It will be forward ported once the
release branches appropriately redirect /en/$release/releases to
/en/latest/releases.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 1f056ea5d4
)
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.8"
|
|
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
|