File: do-not-use-reno-for-doc.patch

package info (click to toggle)
python-pbr 7.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 884 kB
  • sloc: python: 5,092; sh: 138; makefile: 28; ansic: 24
file content (16 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not use reno for docs
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2025-08-26

--- python-pbr-7.0.1.orig/doc/source/conf.py
+++ python-pbr-7.0.1/doc/source/conf.py
@@ -20,7 +20,7 @@ sys.path.insert(0, os.path.abspath('../.
 
 # -- General configuration ----------------------------------------------------
 
-extensions = ['sphinx.ext.apidoc', 'sphinx.ext.todo', 'reno.sphinxext']
+extensions = ['sphinx.ext.apidoc', 'sphinx.ext.todo']
 
 # make openstackdocstheme optional to not increase the needed dependencies
 try: