diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-07 15:10:09 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-07 15:10:58 +0000 |
| commit | 2174346feab47e3aa797b2d01c814d6d3526d81e (patch) | |
| tree | 4fc0299186f216ad067651e8fd74ce1495e69e59 /docs | |
| parent | 80a37a9d8f780e1df60cc24c2d4f223adc49b0b6 (diff) | |
| download | python-setuptools-git-2174346feab47e3aa797b2d01c814d6d3526d81e.tar.gz | |
Docs: Ignore DIST_EXTRA_CONFIG missing ref
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index a52569c9..831fcc89 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -176,6 +176,7 @@ nitpick_ignore = [ ('envvar', 'DISTUTILS_DEBUG'), # undocumented ('envvar', 'HOME'), # undocumented ('envvar', 'PLAT'), # undocumented + ('envvar', 'DIST_EXTRA_CONFIG'), # undocumented ('py:attr', 'CCompiler.language_map'), # undocumented ('py:attr', 'CCompiler.language_order'), # undocumented ('py:class', 'distutils.dist.Distribution'), # undocumented |
