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
+1 -1
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),
}