From 1e41e53d2cd1fdff23d6d9f3ea5eb548406bb374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Thu, 27 Aug 2026 08:10:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20name=20force=5Frefs=5Flo?= =?UTF-8?q?wer=20correctly=20in=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The unreleased entry says force_args_lower, but the directive registers force_refs_lower and the README documents that name. Copying the option from the changelog produced an unknown option error. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209ae69..f483ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. - Allow to add content to directive. - Fix Sphinx warnings about parallel reads. -- Add `force_args_lower` to enable `:ref:` links with mixed-case program names and arguments. +- Add `force_refs_lower` to enable `:ref:` links with mixed-case program names and arguments. - Fix Sphinx smart quotes rewriting `--` to an en dash in `--option` names within descriptions, epilogs, and help text. ## 1.13.1