Update to use the LOOT API v0.10.0 release

This commit is contained in:
Oliver Hamlet
2016-11-06 14:51:01 +00:00
parent 4faee6b70e
commit a3c7f88c56
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -346,5 +346,5 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'loot_api': ('http://loot.readthedocs.io/en/c---api/', None),
'loot_api': ('http://loot.readthedocs.io/en/0.10.0/', None),
}