mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable `disallow_any_generics
` in more files (#12906)
This commit is contained in:
parent
76110c3ea0
commit
c65c7c979e
@ -237,7 +237,6 @@ module = [
|
|||||||
"sphinx.ext.doctest",
|
"sphinx.ext.doctest",
|
||||||
"sphinx.ext.graphviz",
|
"sphinx.ext.graphviz",
|
||||||
"sphinx.ext.inheritance_diagram",
|
"sphinx.ext.inheritance_diagram",
|
||||||
"sphinx.ext.intersphinx._load",
|
|
||||||
"sphinx.ext.napoleon.docstring",
|
"sphinx.ext.napoleon.docstring",
|
||||||
"sphinx.highlighting",
|
"sphinx.highlighting",
|
||||||
"sphinx.jinja2glue",
|
"sphinx.jinja2glue",
|
||||||
@ -246,11 +245,9 @@ module = [
|
|||||||
"sphinx.util",
|
"sphinx.util",
|
||||||
"sphinx.util.docfields",
|
"sphinx.util.docfields",
|
||||||
"sphinx.util.docutils",
|
"sphinx.util.docutils",
|
||||||
"sphinx.util.i18n",
|
|
||||||
"sphinx.util.inspect",
|
"sphinx.util.inspect",
|
||||||
"sphinx.util.logging",
|
"sphinx.util.logging",
|
||||||
"sphinx.util.parallel",
|
"sphinx.util.parallel",
|
||||||
"sphinx.util.template",
|
|
||||||
]
|
]
|
||||||
disallow_any_generics = false
|
disallow_any_generics = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user