File fix-intersphinx-mapping-dict.patch of Package python-pyrad
docs/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index e7498e9..27873c5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -159,4 +159,4 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}