dev-python/errorhandler: bump to 2.0.1

Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
Virgil Dupras
2019-05-08 10:08:42 -04:00
parent 07c8785395
commit a02ed03ee6
3 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/docs/conf.py b/docs/conf.py
index 2c71c44..0e6f0ae 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -5,7 +5,6 @@ pkg_info = pkginfo.Develop(os.path.join(os.path.dirname(__file__),'..'))
extensions = [
'sphinx.ext.autodoc',
- 'sphinx.ext.intersphinx'
]
intersphinx_mapping = {'http://docs.python.org/dev': None}