diff --git a/docs/conf.py b/docs/conf.py index f508b98..13dc6fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] pygments_style = "sphinx" intersphinx_mapping = { - "https://docs.python.org/3": None, + "python": ("https://docs.python.org/3", None), } templates_path = [""] ogp_site_url = "https://pyauth.github.io/pyotp/"