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: Fri, 15 Jan 2016 23:01:13 +0100 Message-ID: <4619443.HPBMy3flXk@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-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 0F6658DB4 for ; Fri, 15 Jan 2016 23:02:37 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id l65so36758968wmf.1 for ; Fri, 15 Jan 2016 14:02:37 -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. I'm interested to know the relation between titles and version number.