File: no-reno.patch

package info (click to toggle)
flask-flatpages 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: python: 1,054; makefile: 150
file content (18 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,7 +28,7 @@
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
-              'pallets_sphinx_themes', 'reno.sphinxext']
+              'pallets_sphinx_themes']
 
 # Intersphinx Mapping
 intersphinx_mapping = {'flask': ('http://flask.pocoo.org/docs/', None)}
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,4 +1,3 @@
 Pallets-Sphinx-Themes
 Pygments>=2.2.0
 Sphinx>=1.8.1
-reno