Hello, I managed to fix this issue in Ubuntu using upstream's recommendation for the latest Sphinx version - https://github.com/ntop/ntopng/blob/dev/doc/src/README.build_with_latest_sphinx.md
Here is the patch I included. Thanks, Lena Voytek
Description: Fix intersphinx_mapping to match usage in current sphinx version. Author: Lena Voytek <lena.voy...@canonical.com> Last-Update: 2025-02-26 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -285,7 +285,7 @@ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} def setup(app): app.add_css_file('css/ntop.css')
signature.asc
Description: This is a digitally signed message part