Skip to content

Clean up old sphinx cruft #549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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