Skip to content

Commit

Permalink
Update intersphinx mapping to current format (#1443)
Browse files Browse the repository at this point in the history
This will break somewhere in Sphinx 8.
  • Loading branch information
QuLogic authored Dec 6, 2024
1 parent 5a08a6c commit 8f44b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]

# Extension settings
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
napoleon_use_rtype = False
issues_github_path = "ocrmypdf/OCRmyPDF"

Expand Down

0 comments on commit 8f44b29

Please sign in to comment.