29ecd4b277
This commit copies some changes from the nova-specs repo. This fixes a couple of issues around the tox.ini file and the setup.cfg to make running a docs build infra job work well and catch formatting failures. The nova-specs commits this is based on: 4a6cb70 Make sphinxbuild fail on formatting errors 775d690 Allow running 'tox' with no arguments 8947230 Disable site-packages for tox Change-Id: If416c68e9a608039e74cadb2d50915fa6b859d89
24 lines
483 B
INI
24 lines
483 B
INI
[metadata]
|
|
name = qa-specs
|
|
summary = OpenStack QA Project Development Specs
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|