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 59a7359 commit 36f2fe0Copy full SHA for 36f2fe0
docs/conf.py
@@ -316,7 +316,7 @@
316
317
# Example configuration for intersphinx: refer to the Python standard library.
318
intersphinx_mapping = {
319
- "https://docs.python.org/": None,
+ "python": ("https://docs.python.org/", None),
320
"flask": ("http://flask.pocoo.org/docs/latest/", None),
321
"flask_menu": ("https://flask-menu.readthedocs.io/en/latest/", None),
322
"invenio_assets": ("https://invenio-assets.readthedocs.io/en/latest/", None),
setup.cfg
@@ -37,7 +37,7 @@ install_requires =
37
tests =
38
pytest-black-ng>=0.4.0
39
pytest-invenio>=3.0.0,<4.0.0
40
- Sphinx>=5,<6
+ Sphinx>=5
41
# Kept for backwards compatibility
42
docs =
43
0 commit comments