From 0ccf83eaaf14c466456b8eaa6090d0a69ce44963 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Thu, 25 Jan 2024 12:11:18 -0800 Subject: [PATCH] docs: Correct objects.inv location for intersphinx building. intersphinx is used to do linkage between projects- pkgcore referring to snakeoil documentation for example. These links are long since old/dead, thus need fixing. Signed-off-by: Brian Harring --- doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index a972eb5d4..92a1aa71c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,7 +46,7 @@ # General information about the project. project = "pkgcore" authors = "" -copyright = "2006-2022, pkgcore contributors" +copyright = "2006-2024, pkgcore contributors" # version is set by snakeoil extension release = "master" @@ -253,8 +253,8 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - "python": ("http://docs.python.org/", None), - "snakeoil": ("https://github.com/pkgcore/snakeoil", None), + "python": ("http://docs.python.org/3", None), + "snakeoil": ("https://pkgcore.github.io/snakeoil", None), } autodoc_default_flags = [ "members",