11f6426
diff -rupN subliminal-2.0.5/docs/conf.py subliminal-2.0.5-new/docs/conf.py
11f6426
--- subliminal-2.0.5/docs/conf.py	2016-09-03 21:43:35.000000000 +0200
11f6426
+++ subliminal-2.0.5-new/docs/conf.py	2017-09-03 21:45:51.924735838 +0200
11f6426
@@ -303,17 +303,18 @@ texinfo_documents = [
11f6426
 
11f6426
 # Example configuration for intersphinx: refer to the Python standard library.
11f6426
 intersphinx_mapping = {
11f6426
-    'python': ('http://docs.python.org/3.5', None),
11f6426
-    'guessit': ('http://guessit.readthedocs.org/en/latest', None),
11f6426
-    'babelfish': ('http://babelfish.readthedocs.org/en/latest', None),
11f6426
-    'dogpilecache': ('http://dogpilecache.readthedocs.org/en/latest', None),
11f6426
-    'dogpilecore': ('http://dogpilecore.readthedocs.org/en/latest', None),
11f6426
-    'stevedore': ('http://docs.openstack.org/developer/stevedore', None),
11f6426
-    'click': ('http://click.pocoo.org/4', None),
11f6426
-    'rarfile': ('http://rarfile.readthedocs.org/en/latest/', None)
0486dd3
+    'python': ('/usr/share/doc/python3-docs/html/', None),
11f6426
+    'guessit': ('/usr/share/doc/python-guessit-doc/html/', None),
11f6426
+#    'babelfish': ('http://babelfish.readthedocs.org/en/latest', None),
11f6426
+#    'dogpilecache': ('http://dogpilecache.readthedocs.org/en/latest', None),
11f6426
+#    'dogpilecore': ('http://dogpilecore.readthedocs.org/en/latest', None),
11f6426
+#    'stevedore': ('http://docs.openstack.org/developer/stevedore', None),
11f6426
+#    'click': ('http://click.pocoo.org/4', None),
11f6426
+#    'rarfile': ('http://rarfile.readthedocs.org/en/latest/', None)
11f6426
 }
11f6426
 
11f6426
 
11f6426
+
11f6426
 # -- Options for autodoc -------------------------------------------------------
11f6426
 autodoc_member_order = 'bysource'
11f6426
 
11f6426
diff -rupN subliminal-2.0.5/docs/Makefile subliminal-2.0.5-new/docs/Makefile
11f6426
--- subliminal-2.0.5/docs/Makefile	2016-09-03 21:43:35.000000000 +0200
11f6426
+++ subliminal-2.0.5-new/docs/Makefile	2017-09-03 21:46:26.636654245 +0200
11f6426
@@ -2,7 +2,7 @@
11f6426
 #
11f6426
 
11f6426
 # You can set these variables from the command line.
11f6426
-SPHINXOPTS    = -n -W
11f6426
+SPHINXOPTS    = -n
11f6426
 SPHINXBUILD   = sphinx-build
11f6426
 PAPER         =
11f6426
 BUILDDIR      = _build