From 02c265ce23afe2de49c1a8077a11e040321cdbc5 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 14 Jul 2024 00:50:17 +0100 Subject: [PATCH] Force the features added list to be compact --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ac359fc8c..40239b5ef 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,6 +26,8 @@ Deprecated Features added -------------- +.. rst-class:: compact + * Add optional ``description`` argument to :meth:`~sphinx.application.Sphinx.add_config_value`. Patch by Chris Sewell.