Skip to content

Commit 36f2fe0

Browse files
committed
tests: extend support to Python 3.14
1 parent 59a7359 commit 36f2fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316

317317
# Example configuration for intersphinx: refer to the Python standard library.
318318
intersphinx_mapping = {
319-
"https://docs.python.org/": None,
319+
"python": ("https://docs.python.org/", None),
320320
"flask": ("http://flask.pocoo.org/docs/latest/", None),
321321
"flask_menu": ("https://flask-menu.readthedocs.io/en/latest/", None),
322322
"invenio_assets": ("https://invenio-assets.readthedocs.io/en/latest/", None),

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install_requires =
3737
tests =
3838
pytest-black-ng>=0.4.0
3939
pytest-invenio>=3.0.0,<4.0.0
40-
Sphinx>=5,<6
40+
Sphinx>=5
4141
# Kept for backwards compatibility
4242
docs =
4343

0 commit comments

Comments
 (0)