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:
|