1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Merge pull request #1171 from chk1/master

Fix readthedocs Intersphinx URLs
This commit is contained in:
bmw
2015-10-29 16:37:06 -07:00
5 changed files with 11 additions and 11 deletions

View File

@@ -315,5 +315,5 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'acme': ('https://acme-python.readthedocs.org', None),
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
}

View File

@@ -313,6 +313,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),
}

View File

@@ -307,8 +307,8 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'acme': ('https://acme-python.readthedocs.org', None),
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org', None),
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org', None),
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org/en/latest/', None),
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org/en/latest/', None),
}

View File

@@ -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),
}

View File

@@ -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),
}