Skip to content

Commit 92b1dbc

Browse files
authored
docs: fix deprecated intersphinx_mapping format (#173)
Since Sphinx 8.0 the docs cannot be build as the old `intersphinx_mapping` format is still used which is deprecated since Sphinx 0.5.
1 parent 763be88 commit 92b1dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
1616
pygments_style = "sphinx"
1717
intersphinx_mapping = {
18-
"https://docs.python.org/3": None,
18+
"python": ("https://docs.python.org/3", None),
1919
}
2020
templates_path = [""]
2121
ogp_site_url = "https://pyauth.github.io/pyotp/"

0 commit comments

Comments
 (0)