summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 96099741..d7236c25 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,8 +12,7 @@ intersphinx_mapping = {
'glib': ('https://lazka.github.io/pgi-docs/GLib-2.0', None),
'gdk': ('https://lazka.github.io/pgi-docs/Gdk-3.0', None),
'gio': ('https://lazka.github.io/pgi-docs/Gio-2.0', None),
- 'python2': ('https://docs.python.org/2.7', None),
- 'python3': ('https://docs.python.org/3', None),
+ 'python': ('https://docs.python.org/3', None),
'cairo': ('https://pycairo.readthedocs.io/en/latest', None),
}