Blame SOURCES/fix-build-sphinx8.patch

a1cde8
--- a/docs/conf.py	2023-01-15 14:54:57.000000000 +0100
a1cde8
+++ b/docs/conf.py	2024-12-03 21:08:59.029626279 +0100
a1cde8
@@ -273,8 +273,6 @@
a1cde8
 
a1cde8
 # http://sphinx-doc.org/ext/intersphinx.html
a1cde8
 intersphinx_mapping = {
a1cde8
-   'py2': ('https://docs.python.org/2', None),
a1cde8
-   'py3': ('https://docs.python.org/3', None),
a1cde8
    'python': ('https://docs.python.org/3', None),
a1cde8
    'rtd': ('https://docs.readthedocs.io/en/latest/', None),
a1cde8
    'autobahn': ('https://autobahn.readthedocs.io/en/latest/', None),