From 863e25f74cff7e04bb5d89772d29ae4e7e5351e1 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Thu, 25 Jan 2024 12:13:51 -0800 Subject: [PATCH] docs: Update intersphinx_mapping location, add missing downstreams Signed-off-by: Brian Harring --- doc/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 0a83d80a..1b0bbcad 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -241,7 +241,11 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"http://docs.python.org/": None} +intersphinx_mapping = { + "lazy-object-proxy": ("https://python-lazy-object-proxy.readthedocs.io/en/latest/", None), + "python": ("https://docs.python.org/3", None), +} + autodoc_default_flags = [ "members", "show-inheritance",