Override footer #248
-
I am trying to override the footer. I created
I see no errors when I restart the server, but nothing changes on the footer. I also tried extending
Is it possible and I am just doing it incorrectly or it is really not possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Furo doesn't have a footer.html file. You'll need to override Notes in https://pradyunsg.me/furo/customisation/injecting/#html and https://pradyunsg.me/furo/stability/#undocumented-unstable-customisations apply. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. I think I am still doing something wrong.
I also tried changing Sphinx documentation says:
In Templating, it reads:
I can't figure out how to translate those explanations to Furo's context. I'm failing to understand why the approaches I have tried do not even produce an error or warning. As your answer suggests, it should be straightforward. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Thanks for the reply. I think I am still doing something wrong.
I also tried changing
{% extends "layout.html" %}
with{% extends "furo/layout.html" %}
and also prefixing it with the exclamation mark "!". No errors, nothing changes.Sphinx documentation says: