From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: fix navigation levels in html sidebar Date: Sat, 16 Jan 2016 09:15:40 +0100 Message-ID: <8262374.hp7tTMNF5u@xps13> References: <1452875732-16058-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id D2A698E6A for ; Sat, 16 Jan 2016 09:17:04 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id b14so55497192wmb.1 for ; Sat, 16 Jan 2016 00:17:04 -0800 (PST) In-Reply-To: <1452875732-16058-1-git-send-email-john.mcnamara@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-01-15 16:35, John McNamara: > Fix issue where the navigation levels weren't displayed in the > html sidebar with the new read_the_docs theme. > > This was due to the :titlesonly: directive in the high level > index.rst and also due to a stray newline in the parsed version > number. > > Signed-off-by: John McNamara Applied, thanks