From a4983af94d5d4180d2cc1e59c8140621db7e0b17 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 29 Oct 2021 17:01:48 +0200 Subject: [PATCH] docs: Fix section level Using "=====" makes it an entry in the toc --- doc_src/language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/language.rst b/doc_src/language.rst index d62350046..abfe82e52 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -1429,7 +1429,7 @@ Other things have other restrictions. For instance what is allowed for file name .. _configuration: Configuration files -==================== +------------------- When fish is started, it reads and runs its configuration files. Where these are depends on build configuration and environment variables.