Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03E4F10187 for ; Thu, 2 Jan 2014 20:23:16 +0000 (UTC) Received: (qmail 70085 invoked by uid 500); 2 Jan 2014 20:23:15 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 70037 invoked by uid 500); 2 Jan 2014 20:23:15 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 69954 invoked by uid 99); 2 Jan 2014 20:23:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 20:23:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 980949148AE; Thu, 2 Jan 2014 20:23:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tvansteenburgh@apache.org To: allura-commits@incubator.apache.org Date: Thu, 02 Jan 2014 20:23:19 -0000 Message-Id: In-Reply-To: <0f50b5ef8f294561bbeb0246c7b2d176@git.apache.org> References: <0f50b5ef8f294561bbeb0246c7b2d176@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/14] git commit: [#5424] simplify documentation nav links [#5424] simplify documentation nav links Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/f8398113 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/f8398113 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/f8398113 Branch: refs/heads/master Commit: f83981132c360da872e5dfe7ba4d0293482c7ae0 Parents: ca0d9d4 Author: Dave Brondsema Authored: Tue Nov 19 18:16:22 2013 -0500 Committer: Tim Van Steenburgh Committed: Thu Jan 2 20:22:33 2014 +0000 ---------------------------------------------------------------------- Allura/docs/_templates/layout.html | 5 +++++ Allura/docs/conf.py | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f8398113/Allura/docs/_templates/layout.html ---------------------------------------------------------------------- diff --git a/Allura/docs/_templates/layout.html b/Allura/docs/_templates/layout.html new file mode 100644 index 0000000..d098c91 --- /dev/null +++ b/Allura/docs/_templates/layout.html @@ -0,0 +1,5 @@ +{% extends "!layout.html" %} +{% block rootrellink %} +
  • Allura Home »
  • + {{ super() }} +{% endblock %} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f8398113/Allura/docs/conf.py ---------------------------------------------------------------------- diff --git a/Allura/docs/conf.py b/Allura/docs/conf.py index 3029c64..7b20c15 100644 --- a/Allura/docs/conf.py +++ b/Allura/docs/conf.py @@ -113,7 +113,9 @@ html_theme = 'nature' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -#html_theme_options = {} +html_theme_options = { + 'sidebarwidth': 280, # default 230 (px) +} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] @@ -123,7 +125,7 @@ html_theme = 'nature' html_title = 'Allura documentation' # A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None +html_short_title = 'Documentation' # The name of an image file (relative to this directory) to place at the top # of the sidebar. @@ -155,16 +157,16 @@ html_static_path = ['_static'] #html_additional_pages = {} # If false, no module index is generated. -#html_use_modindex = True +html_use_modindex = False # If false, no index is generated. -#html_use_index = True +html_use_index = False # If true, the index is split into individual pages for each letter. #html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +html_show_sourcelink = False # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the