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 d8e27df commit cfea34eCopy full SHA for cfea34e
numpydoc/numpydoc.py
@@ -31,9 +31,6 @@
31
from sphinx.util import logging
32
from sphinx.errors import ExtensionError
33
34
-if sphinx.__version__ < "5":
35
- raise RuntimeError("Sphinx 5 or newer is required")
36
-
37
from .docscrape_sphinx import get_doc_object
38
from .validate import validate, ERROR_MSGS, get_validation_checks
39
from .xref import DEFAULT_LINKS
numpydoc/tests/tinybuild/conf.py
@@ -15,7 +15,6 @@
15
autosummary_generate = True
16
autodoc_default_options = {"inherited-members": None}
17
source_suffix = ".rst"
18
-master_doc = "index" # NOTE: will be changed to `root_doc` in sphinx 4
19
exclude_patterns = ["_build"]
20
intersphinx_mapping = {
21
"python": ("https://docs.python.org/3", None),
0 commit comments