From: Andrey Rahmatullin <wrar@debian.org>
Date: Sun, 23 Aug 2020 13:26:02 +0500
Subject: Disable hoverxref and notfound Sphinx extensions.

---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 27d2b5d..3a9ee63 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,8 +26,8 @@ sys.path.insert(0, path.dirname(path.dirname(__file__)))
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = [
-    'hoverxref.extension',
-    'notfound.extension',
+#    'hoverxref.extension',
+#    'notfound.extension',
     'scrapydocs',
     'sphinx.ext.autodoc',
     'sphinx.ext.coverage',
