mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Fix readthedocs Intersphinx URLs, fix #1140
This commit is contained in:
@@ -306,6 +306,6 @@ texinfo_documents = [
|
||||
|
||||
intersphinx_mapping = {
|
||||
'python': ('https://docs.python.org/', None),
|
||||
'acme': ('https://acme-python.readthedocs.org', None),
|
||||
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
|
||||
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
|
||||
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user