We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3513a71 commit dcbfbc4Copy full SHA for dcbfbc4
numpydoc/numpydoc.py
@@ -30,8 +30,8 @@
30
from sphinx.util import logging
31
from sphinx.errors import ExtensionError
32
33
-if sphinx.__version__ < "3.0":
34
- raise RuntimeError("Sphinx 3.0 or newer is required")
+if sphinx.__version__ < "4.2":
+ raise RuntimeError("Sphinx 4.2 or newer is required")
35
36
from .docscrape_sphinx import get_doc_object
37
from .validate import validate, ERROR_MSGS
0 commit comments