Update to LOOT API v0.10.2 and remove Linux builds

Support for Linux builds is removed as LOOT's snapshot builds are no
longer reliably available, and Linux builds aren't published as part of
LOOT releases. Linux builds could easily be reinstated if LOOT API
binaries become reliably available again.
This commit is contained in:
Oliver Hamlet
2016-12-15 20:38:44 +00:00
parent 58dd19af7d
commit cf391b0da0
6 changed files with 9 additions and 76 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/0.10.1/', None),
'loot_api': ('http://loot.readthedocs.io/en/0.10.2/', None),
}