aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py4
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",