diff options
author | Kefu Chai <kchai@redhat.com> | 2020-12-12 08:09:49 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2020-12-12 09:27:20 +0100 |
commit | 6fb4aff5adf4eaa2d6bf27eff8e3e39f26204470 (patch) | |
tree | 18cbe88490110f8657da9cce25f959c44f3f5fd6 /.readthedocs.yml | |
parent | Merge pull request #37433 from aclamk/wip-rocksdb-better-options (diff) | |
download | ceph-6fb4aff5adf4eaa2d6bf27eff8e3e39f26204470.tar.xz ceph-6fb4aff5adf4eaa2d6bf27eff8e3e39f26204470.zip |
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>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 24815ce2466..8f83166d6ce 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,6 +11,7 @@ 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 |