From 747febb1c445fac82d7ea08175ad1e901b335909 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Fri, 3 Aug 2012 18:45:59 -0400 Subject: [PATCH 1/4] theme: nav revision --- themes/mongodb/localtoc.html | 9 --------- themes/mongodb/pagenav.html | 10 +++++++--- themes/mongodb/static/mongodb-docs.css_t | 8 ++++++-- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/themes/mongodb/localtoc.html b/themes/mongodb/localtoc.html index ffe4b7786a9..bd560579bce 100644 --- a/themes/mongodb/localtoc.html +++ b/themes/mongodb/localtoc.html @@ -8,12 +8,3 @@ :license: BSD, see LICENSE for details. #} -{%- if pagename != "search" %} -

{{ _('Contents') }}

-{{ toc }} -{% endif %} - - diff --git a/themes/mongodb/pagenav.html b/themes/mongodb/pagenav.html index 8a26dd14bc0..cf8b32e000e 100644 --- a/themes/mongodb/pagenav.html +++ b/themes/mongodb/pagenav.html @@ -9,13 +9,17 @@ :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} -

{{ _('Manual') }}

-{{ toctree(maxdepth=1) }} +

{{ _('Contents') }}

+ +{{ toctree(maxdepth=-1) }} + +