]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc,pybind: bypass sanity check if building doc
authorKefu Chai <kchai@redhat.com>
Tue, 9 Aug 2016 07:17:18 +0000 (15:17 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 9 Aug 2016 09:08:45 +0000 (17:08 +0800)
commit333877023e2a53e8a015387ce7b9bfb3be36eaae
treef4b911670639e5a2773809e8cab9b30930c3d447
parenta9a5bbe0b1c7d31be781b7e39c109f79203e242b
doc,pybind: bypass sanity check if building doc

the empty .so file does not compile at all, so we need to bypass the
sanity check, if we are building docs. and what sphinx needs is just the
docstrings.

Fixes: http://tracker.ceph.com/issues/16940
Signed-off-by: Kefu Chai <kchai@redhat.com>
admin/build-doc
cmake/modules/Distutils.cmake
src/pybind/cephfs/setup.py
src/pybind/rados/setup.py