ceph/.readthedocs.yml
Kefu Chai 6fb4aff5ad admin/build-doc: consolidate the build deps into admin/doc-pybind.txt
since all the python bindings are required for building the doc, extract
them into admin/doc-pybind.txt.

because the pybind python extensions require Cython python module to build,
we have to move them  into another requirement file, and install them after
Cython is installed.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-12-12 16:27:20 +08:00

18 lines
386 B
YAML

---
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
formats: []
build:
image: latest
python:
version: 3
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