Skip to content

Commit

Permalink
docs: Correct objects.inv location for intersphinx building.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ferringb committed Jan 25, 2024
1 parent 4fd5646 commit 0ccf83e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0ccf83e

Please sign in to comment.