1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Disable reno
This is checking for git history, which FTBFS.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2018-08-19
--- python-requests-mock-1.5.2.orig/doc/source/conf.py
+++ python-requests-mock-1.5.2/doc/source/conf.py
@@ -27,8 +27,7 @@ import requests_mock # noqa
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['reno.sphinxext',
- 'sphinx.ext.autodoc',
+extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.viewcode']
|