b833960c69
Sphinx 1.5 fails with current pbr (needs new pbr release, see change I52d45fa0a0d42de690d3a492068f7bb03483a224. For now, set warnerrors to False to be able to use this. Also, remove duplicate requirements line. Also, update to new sphinx version to show that this works. This is in reaction to the failure in Ia184446fe34c49a48ca079c828157ea34e662d4b. Change-Id: I9e7261c4124b71eeb6bddd9e21747b61bbdc16fa
59 lines
1.5 KiB
INI
59 lines
1.5 KiB
INI
[metadata]
|
|
name = diskimage-builder
|
|
summary = Golden Disk Image builder.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
license: Apache License (2.0)
|
|
home-page = http://docs.openstack.org/developer/diskimage-builder/
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Environment :: Console
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[files]
|
|
packages =
|
|
diskimage_builder
|
|
|
|
# ramdisk-image-create is a symlink which becomes a
|
|
# real file on install; see lp bug #1212482
|
|
scripts =
|
|
bin/dib-lint
|
|
bin/disk-image-create
|
|
bin/element-info
|
|
bin/ramdisk-image-create
|
|
data_files =
|
|
share/diskimage-builder/elements = elements/*
|
|
share/diskimage-builder/lib = lib/*
|
|
share/diskimage-builder/scripts = scripts/*
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = diskimage_builder/locale/diskimage_builder.pot
|
|
|
|
[pbr]
|
|
# TODO(jaegerandi): Set to True once pbr 1.11.0 is out.
|
|
warnerrors = False
|
|
|
|
[update_catalog]
|
|
domain = diskimage_builder
|
|
output_dir = diskimage_builder/locale
|
|
input_file = diskimage_builder/locale/diskimage_builder.pot
|
|
|
|
[compile_catalog]
|
|
directory = diskimage_builder/locale
|
|
domain = diskimage_builder
|
|
|
|
[wheel]
|
|
universal = 1
|