From 620344b0762c8884cb7aa7a81fef2feafcc461da Mon Sep 17 00:00:00 2001 From: Michael Jarvis Date: Wed, 24 Mar 2021 08:25:10 -0500 Subject: [PATCH] Fix Sphinx warning When regenerating documentation with Sphinx, there's a warning issued about CHANGELOG.rst: ``` ../CHANGELOG.rst:33: WARNING: Document or section may not begin with a transition. ``` This is almost identical to the fix in commit 84a89f5195a31b53c56cde644279b3e88232b601. --- CHANGELOG.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cec3bf591..027d819d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,8 +30,6 @@ Improved prompts Improved terminal support ^^^^^^^^^^^^^^^^^^^^^^^^^ --------------- - fish 3.2.1 (released March 18, 2021) ====================================