File: remove-the-use-of-reno.patch

package info (click to toggle)
python-os-client-config 1.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 512 kB
  • ctags: 282
  • sloc: python: 2,570; makefile: 48
file content (17 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not use reno
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-01-17

--- python-os-client-config-1.14.0.orig/doc/source/conf.py
+++ python-os-client-config-1.14.0/doc/source/conf.py
@@ -23,8 +23,7 @@ sys.path.insert(0, os.path.abspath('../.
 extensions = [
     'sphinx.ext.autodoc',
     #'sphinx.ext.intersphinx',
-    'oslosphinx',
-    'reno.sphinxext'
+    'oslosphinx'
 ]
 
 # autodoc generation is a bit aggressive and a nuisance when doing heavy