Update intersphinx mapping to current format (#1443)
This will break somewhere in Sphinx 8.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ extensions = [
|
||||
]
|
||||
|
||||
# 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user