Skip to content

Commit

Permalink
doc/conf.pt: update year + intersphinx_mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
  • Loading branch information
arthurzam committed Jan 26, 2024
1 parent 0751928 commit a3812b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a3812b7

Please sign in to comment.