aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2024-01-26 11:32:03 -0800
committerBrian Harring <ferringb@gmail.com>2024-01-26 11:32:03 -0800
commit96af1c5e375701370983b13fe31a257d35af9bee (patch)
treeaba9fa11aa461437717293f48276f0d8c13c16ca
parentgit-blame-ignore-revs: ignore black 24 format (diff)
downloadpkgcore-96af1c5e375701370983b13fe31a257d35af9bee.tar.gz
pkgcore-96af1c5e375701370983b13fe31a257d35af9bee.tar.bz2
pkgcore-96af1c5e375701370983b13fe31a257d35af9bee.zip
fix(docs): intersphinx_mapping updates.
Current locations are all wrong, so update them to the correct location. Signed-off-by: Brian Harring <ferringb@gmail.com>
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index a972eb5d..dcc7da7e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -253,8 +253,8 @@ epub_copyright = copyright
# 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": ("https://docs.python.org/3", None),
+ "snakeoil": ("https://pkgcore.github.io/snakeoil", None),
}
autodoc_default_flags = [
"members",