Skip to content

Commit cfea34e

Browse files
Clean up old sphinx cruft (#549)
1 parent d8e27df commit cfea34e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

numpydoc/numpydoc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
from sphinx.util import logging
3232
from sphinx.errors import ExtensionError
3333

34-
if sphinx.__version__ < "5":
35-
raise RuntimeError("Sphinx 5 or newer is required")
36-
3734
from .docscrape_sphinx import get_doc_object
3835
from .validate import validate, ERROR_MSGS, get_validation_checks
3936
from .xref import DEFAULT_LINKS

numpydoc/tests/tinybuild/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
autosummary_generate = True
1616
autodoc_default_options = {"inherited-members": None}
1717
source_suffix = ".rst"
18-
master_doc = "index" # NOTE: will be changed to `root_doc` in sphinx 4
1918
exclude_patterns = ["_build"]
2019
intersphinx_mapping = {
2120
"python": ("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)