mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Correct minor syntax error in docs/conf.py.
This commit is contained in:
parent
a1847362d5
commit
1964bdeb78
1 changed files with 1 additions and 1 deletions
|
|
@ -314,6 +314,6 @@ texinfo_documents = [
|
|||
|
||||
|
||||
intersphinx_mapping = {
|
||||
'python': ('https://docs.python.org/': None),
|
||||
'python': ('https://docs.python.org/', None),
|
||||
'acme': ('https://acme-python.readthedocs.org', None),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue