From 991c8ea122aef432d8a257b26fa416493d147afd Mon Sep 17 00:00:00 2001 From: Sherin Daher <66412207+Sdaher21@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:22:35 +0300 Subject: [PATCH] Update footer.md (#756) --- docs/sections/footer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/footer.md b/docs/sections/footer.md index 0155ec040..84cebb3fd 100644 --- a/docs/sections/footer.md +++ b/docs/sections/footer.md @@ -7,7 +7,7 @@ However, there are two configuration points where you can add items to your foot `html_theme_options["footer_start"]` accepts a list of HTML templates that will be placed at the beginning (left on most screens) of the footer. -`html_theme_options["footer_start"]` accepts a list of HTML templates that will be placed at the end (right on most screens) of the footer. +`html_theme_options["footer_end"]` accepts a list of HTML templates that will be placed at the end (right on most screens) of the footer. For example, the configuration below assumes there is a template at `_templates/test.html`. It adds the `_templates` folder to Sphinx's templates path, and adds the template to both the start and end section of the footer.