Fix readthedocs Intersphinx URLs, fix #1140

This commit is contained in:
Christoph Kisfeld 2015-10-28 11:35:39 +01:00
parent 767203a770
commit f8da08e6a2
5 changed files with 9 additions and 9 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),
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org', None),
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org', 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),
}