We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763be88 commit 92b1dbcCopy full SHA for 92b1dbc
docs/conf.py
@@ -15,7 +15,7 @@
15
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
16
pygments_style = "sphinx"
17
intersphinx_mapping = {
18
- "https://docs.python.org/3": None,
+ "python": ("https://docs.python.org/3", None),
19
}
20
templates_path = [""]
21
ogp_site_url = "https://pyauth.github.io/pyotp/"
0 commit comments