summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanieleades <33452915+danieleades@users.noreply.github.com>2023-05-12 23:48:07 +0100
committerGitHub <noreply@github.com>2023-05-12 23:48:07 +0100
commit2c58722627f1f88729c256b70faa466c3a626825 (patch)
treeac3415882c4e61564e042214878bc9786b274f5e
parent343e14939824bcb8014ac8aadaf5a159c85962d3 (diff)
downloadsphinx-git-2c58722627f1f88729c256b70faa466c3a626825.tar.gz
Remove 'sphinx.util.typing' from mypy whitelist (#11397)
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cd21fb6bc..7cc531bb8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -347,7 +347,6 @@ module = [
"sphinx.util.cfamily",
"sphinx.util.docfields",
"sphinx.util.docutils",
- "sphinx.util.typing",
"sphinx.writers.latex",
"sphinx.writers.text",
"sphinx.writers.xml",