* [gentoo-commits] proj/pkgcore/snakeoil:master commit in: doc/
@ 2024-01-26 19:45 Arthur Zamarin
0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2024-01-26 19:45 UTC (permalink / raw
To: gentoo-commits
commit: a3812b72e5f93a60b27c674c55d8063d0a0e2b1a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 19:45:37 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 19:45:37 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=a3812b72
doc/conf.pt: update year + intersphinx_mapping
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
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 @@ master_doc = "index"
# 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 @@ man_pages = [("index", "snakeoil", "snakeoil Documentation", [], 1)]
# 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",
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-26 19:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 19:45 [gentoo-commits] proj/pkgcore/snakeoil:master commit in: doc/ Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox