From f8da08e6a282f338791c219af5a5e0f2159c7e4d Mon Sep 17 00:00:00 2001 From: Christoph Kisfeld Date: Wed, 28 Oct 2015 11:35:39 +0100 Subject: [PATCH 1/2] Fix readthedocs Intersphinx URLs, fix #1140 --- docs/conf.py | 2 +- letsencrypt-apache/docs/conf.py | 4 ++-- letsencrypt-compatibility-test/docs/conf.py | 4 ++-- letsencrypt-nginx/docs/conf.py | 4 ++-- letshelp-letsencrypt/docs/conf.py | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 124f0f9ad..62a7cea07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), } diff --git a/letsencrypt-apache/docs/conf.py b/letsencrypt-apache/docs/conf.py index e439428af..ddbf09262 100644 --- a/letsencrypt-apache/docs/conf.py +++ b/letsencrypt-apache/docs/conf.py @@ -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), } diff --git a/letsencrypt-compatibility-test/docs/conf.py b/letsencrypt-compatibility-test/docs/conf.py index 5a63c1dca..cd7a970a3 100644 --- a/letsencrypt-compatibility-test/docs/conf.py +++ b/letsencrypt-compatibility-test/docs/conf.py @@ -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), } diff --git a/letsencrypt-nginx/docs/conf.py b/letsencrypt-nginx/docs/conf.py index 8bcae3a78..cdb3490a0 100644 --- a/letsencrypt-nginx/docs/conf.py +++ b/letsencrypt-nginx/docs/conf.py @@ -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), } diff --git a/letshelp-letsencrypt/docs/conf.py b/letshelp-letsencrypt/docs/conf.py index abbf3621d..206b0b9e2 100644 --- a/letshelp-letsencrypt/docs/conf.py +++ b/letshelp-letsencrypt/docs/conf.py @@ -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), } From eb41678bcd65e5ca4e353d4c45a7ff914d3a9ea8 Mon Sep 17 00:00:00 2001 From: Christoph Kisfeld Date: Wed, 28 Oct 2015 11:49:32 +0100 Subject: [PATCH 2/2] Fix one more readthedocs Intersphinx URL --- letsencrypt-compatibility-test/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt-compatibility-test/docs/conf.py b/letsencrypt-compatibility-test/docs/conf.py index cd7a970a3..7e9f0d5a4 100644 --- a/letsencrypt-compatibility-test/docs/conf.py +++ b/letsencrypt-compatibility-test/docs/conf.py @@ -309,6 +309,6 @@ intersphinx_mapping = { 'python': ('https://docs.python.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), + 'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org/en/latest/', None), + 'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org/en/latest/', None), }