From 0102db8e5bfa223a3627f036b682ca4abf319280 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 28 Apr 2024 00:55:11 -0300 Subject: [PATCH 1/2] Update pyobject intersphinx link --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index d67b540..2f4caaf 100644 --- a/source/conf.py +++ b/source/conf.py @@ -38,7 +38,7 @@ "gobject": ("https://lazka.github.io/pgi-docs/GObject-2.0", None), "gio": ("https://lazka.github.io/pgi-docs/Gio-2.0", None), "gtk": ("https://lazka.github.io/pgi-docs/Gtk-3.0", None), - "pygobject": ("https://pygobject.readthedocs.io/en/latest", None), + "pygobject": ("https://pygobject.gnome.org/", None), } # Add any paths that contain templates here, relative to this directory. From 05cace23484f9ab8a438c455bdbd7a88771bd079 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 28 Apr 2024 00:56:20 -0300 Subject: [PATCH 2/2] linkcheck: Fix broken and redirected links --- source/builder.txt | 4 ++-- source/index.txt | 2 +- source/menus.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/builder.txt b/source/builder.txt index f5458b7..39dd213 100644 --- a/source/builder.txt +++ b/source/builder.txt @@ -124,7 +124,7 @@ The final code of the example Gtk.Template ------------ :class:`Gtk.WidgetClass` allows UI definition files to be used to extend a widget, -PyGObject provides :doc:`guide/gtk_template` as a way of accessing this from Python. +PyGObject provides :doc:`pygobject:guide/gtk_template` as a way of accessing this from Python. The UI definition file used in the example needs a small change to include a *