9f8accfdad
Zuul projects are moving from tox to nox due to incompatibilities in tox v4. This updates zuul-sphinx to nox. Change-Id: Iccd3c36620ae452c81e9c317a7b2d73fd2061ced
35 lines
979 B
INI
35 lines
979 B
INI
[metadata]
|
|
name = zuul-sphinx
|
|
summary = A Sphinx extension for documenting Zuul jobs
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = https://docs.openstack.org/infra/zuul-sphinx/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
zuul_sphinx
|
|
|
|
[build_sphinx]
|
|
all-files = 1
|
|
warning-is-error = 1
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
|
|
[flake8]
|
|
# These are ignored intentionally in openstack-infra projects;
|
|
# please don't submit patches that solely correct them or enable them.
|
|
ignore = E125,E129,H
|
|
show-source = True
|
|
exclude = .venv,.tox,.nox,dist,doc,build,*.egg
|