jupyter/qtconsole

intersphinx warning

juliangilbey opened this issue · 1 comments

When building the docs, I get the following warning (using sphinx 7.2.6):

making output directory... done
WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://docs.python.org/3/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping

Presumably the last line of docs/source/conf.py needs updating.

Could you submit a pull request to fix this? Thanks!