diff options
author | Brian Harring <ferringb@gmail.com> | 2024-01-26 11:32:03 -0800 |
---|---|---|
committer | Brian Harring <ferringb@gmail.com> | 2024-01-26 11:32:03 -0800 |
commit | 96af1c5e375701370983b13fe31a257d35af9bee (patch) | |
tree | aba9fa11aa461437717293f48276f0d8c13c16ca | |
parent | git-blame-ignore-revs: ignore black 24 format (diff) | |
download | pkgcore-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.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index a972eb5d4..dcc7da7ea 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", |