Description: temporarily remove humanfriendly.sphinx usage, until packaged
Author: W. Martin Borgert <debacle@debian.org>
Origin: vendor
Last-Update: 2017-05-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -37,7 +37,6 @@
     'sphinx.ext.autodoc',
     'sphinx.ext.intersphinx',
     'sphinx.ext.viewcode',
-    'humanfriendly.sphinx',
 ]
 
 # Add any paths that contain templates here, relative to this directory.
@@ -91,7 +90,6 @@
 intersphinx_mapping = dict(
     python=('https://docs.python.org/2', None),
     capturer=('https://capturer.readthedocs.io/en/latest', None),
-    humanfriendly=('https://humanfriendly.readthedocs.io/en/latest', None),
 )
 
 # -- Options for HTML output --------------------------------------------------
