From a3812b72e5f93a60b27c674c55d8063d0a0e2b1a Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 26 Jan 2024 21:45:37 +0200 Subject: [PATCH] doc/conf.pt: update year + intersphinx_mapping Signed-off-by: Arthur Zamarin --- doc/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 0a83d80a..c014b530 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ # General information about the project. project = "snakeoil" authors = "" -copyright = "2007-2022, snakeoil contributors" +copyright = "2007-2024, snakeoil contributors" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -241,7 +241,9 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"http://docs.python.org/": None} +intersphinx_mapping = { + "python": ("https://docs.python.org/3", None), +} autodoc_default_flags = [ "members", "show-inheritance",