summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-06 19:27:26 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-06 19:39:55 +0100
commitd138ec08efc2dbaebb8752e215e324f38bd807a2 (patch)
treefc1cc58fa5f21646280f34f7289bea17d9270915 /docs
parent33fe15c322605b570187724760e3cd08519e8297 (diff)
downloadpython-setuptools-git-d138ec08efc2dbaebb8752e215e324f38bd807a2.tar.gz
docs: Silence sphinx errors for reference it cannot find
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9a4e33b7..2b60bf57 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -186,6 +186,7 @@ nitpick_ignore = [
('py:exc', 'LibError'), # undocumented
('py:exc', 'LinkError'), # undocumented
('py:exc', 'PreprocessError'), # undocumented
+ ('py:exc', 'setuptools.errors.PlatformError'), # sphinx cannot find it
('py:func', 'distutils.CCompiler.new_compiler'), # undocumented
# undocumented:
('py:func', 'distutils.dist.DistributionMetadata.read_pkg_file'),