Skip to content

Commit

Permalink
Update footer.md (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdaher21 authored Oct 10, 2023
1 parent a9794b7 commit 991c8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sections/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 991c8ea

Please sign in to comment.