Skip to content

Commit 2ed0b42

Browse files
committed
Merge pull request certbot#1171 from chk1/master
Fix readthedocs Intersphinx URLs
2 parents 971fa15 + eb41678 commit 2ed0b42

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,5 @@
315315

316316
intersphinx_mapping = {
317317
'python': ('https://docs.python.org/', None),
318-
'acme': ('https://acme-python.readthedocs.org', None),
318+
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
319319
}

letsencrypt-apache/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@
313313

314314
intersphinx_mapping = {
315315
'python': ('https://docs.python.org/', None),
316-
'acme': ('https://acme-python.readthedocs.org', None),
317-
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
316+
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
317+
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
318318
}

letsencrypt-compatibility-test/docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@
307307

308308
intersphinx_mapping = {
309309
'python': ('https://docs.python.org/', None),
310-
'acme': ('https://acme-python.readthedocs.org', None),
311-
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
312-
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org', None),
313-
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org', None),
310+
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
311+
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
312+
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org/en/latest/', None),
313+
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org/en/latest/', None),
314314
}

letsencrypt-nginx/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,6 @@
306306

307307
intersphinx_mapping = {
308308
'python': ('https://docs.python.org/', None),
309-
'acme': ('https://acme-python.readthedocs.org', None),
310-
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
309+
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
310+
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
311311
}

letshelp-letsencrypt/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,6 @@
306306

307307
intersphinx_mapping = {
308308
'python': ('https://docs.python.org/', None),
309-
'acme': ('https://acme-python.readthedocs.org', None),
310-
'letsencrypt': ('https://letsencrypt.readthedocs.org', None),
309+
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
310+
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
311311
}

0 commit comments

Comments
 (0)