It is used to build the man pages.
Signed-off-by: Loic Dachary <ldachary@redhat.com>
_sync_to_gitbuilder('ceph', 'rpm', flavor)
def _gitbuilder_ceph_rpm(url, flavor):
+ if '6-' in run('hostname -s'):
+ sphinx = 'python-sphinx10'
+ else:
+ sphinx = 'python-sphinx'
_rh_gitbuilder(
flavor=flavor,
git_repo=url,
'python-requests',
'python-virtualenv',
'python-argparse',
- 'python-sphinx',
+ sphinx,
'lttng-ust-devel',
'libbabeltrace-devel',
'cryptsetup',