mirror of
https://github.com/ceph/ceph
synced 2024-12-19 18:02:46 +00:00
6fb4aff5ad
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>
18 lines
386 B
YAML
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
|