1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Index: sphinx-click/docs/conf.py
===================================================================
--- sphinx-click.orig/docs/conf.py 2025-10-26 10:10:38.840066208 +0100
+++ sphinx-click/docs/conf.py 2025-10-26 10:10:38.835475763 +0100
@@ -17,7 +17,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_click', 'reno.sphinxext']
+extensions = ['sphinx_click']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
Index: sphinx-click/docs/changelog.rst
===================================================================
--- sphinx-click.orig/docs/changelog.rst 2025-10-26 08:33:45.250871073 +0100
+++ sphinx-click/docs/changelog.rst 2025-10-26 10:11:14.140655406 +0100
@@ -1,4 +1,3 @@
Changes
=======
-.. release-notes::
|