docs: add nitpick ignore for internal multiprocessing.context.Process class

Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
Todd Gamblin 2025-02-10 22:14:05 -08:00 committed by Gregory Becker
parent 8d0923f29e
commit 1e5e416df0
No known key found for this signature in database
GPG Key ID: 2362541F6D14ED84

View File

@ -206,6 +206,7 @@ def setup(sphinx):
("py:class", "TextIO"),
("py:class", "hashlib._Hash"),
("py:class", "concurrent.futures._base.Executor"),
("py:class", "multiprocessing.context.Process"),
# Spack classes that are private and we don't want to expose
("py:class", "spack.provider_index._IndexBase"),
("py:class", "spack.repo._PrependFileLoader"),