[ci skip] docs/conf.py: add intersphinx mapping to make external links work (#838)

This commit is contained in:
mara004
2021-10-04 00:34:59 -07:00
committed by GitHub
parent a8f513eeeb
commit 7bdd1828a9
+1
View File
@@ -40,6 +40,7 @@ extensions = [
]
# Extension settings
intersphinx_mapping = {'https://docs.python.org/': None}
napoleon_use_rtype = False
issues_github_path = "jbarlow83/OCRmyPDF"