Skip to content

Commit

Permalink
Clean up old sphinx cruft (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Apr 27, 2024
1 parent d8e27df commit cfea34e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions numpydoc/numpydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
from sphinx.util import logging
from sphinx.errors import ExtensionError

if sphinx.__version__ < "5":
raise RuntimeError("Sphinx 5 or newer is required")

from .docscrape_sphinx import get_doc_object
from .validate import validate, ERROR_MSGS, get_validation_checks
from .xref import DEFAULT_LINKS
Expand Down
1 change: 0 additions & 1 deletion numpydoc/tests/tinybuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
autosummary_generate = True
autodoc_default_options = {"inherited-members": None}
source_suffix = ".rst"
master_doc = "index" # NOTE: will be changed to `root_doc` in sphinx 4
exclude_patterns = ["_build"]
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
Expand Down

0 comments on commit cfea34e

Please sign in to comment.