From 0bccf4d9446af555f537cc5bdf0a1d9e62bc33fd Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 1 Aug 2007 15:36:52 +0000 Subject: [PATCH] Add a navbar at the bottom too. --- TODO | 2 -- sphinx/templates/layout.html | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index cfd7ebaef..37ec45d6b 100644 --- a/TODO +++ b/TODO @@ -3,10 +3,8 @@ Global TODO - "often used" combo box in sidebar - discuss and debug comments system -- navigation links at the bottom too - write new Makefile, handle automatic version info and checkout - write a "printable" builder (export to latex, most probably) -- discuss the default role - discuss lib -> ref section move - prepare for databases other than sqlite for comments - look at the old tools/ scripts, what functionality should be rewritten diff --git a/sphinx/templates/layout.html b/sphinx/templates/layout.html index 515b3a222..004de5dd4 100644 --- a/sphinx/templates/layout.html +++ b/sphinx/templates/layout.html @@ -42,6 +42,7 @@ {% block head %}{% endblock %} +{% filter capture('relbar') %} +{% endfilter %}
{%- if builder != 'htmlhelp' %} @@ -80,6 +82,7 @@ {%- endif %}
+{{ relbar }}