From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3B16D5A0C for ; Sat, 16 Jan 2016 15:34:21 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 16 Jan 2016 06:34:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,305,1449561600"; d="scan'208";a="861826545" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga001.jf.intel.com with ESMTP; 16 Jan 2016 06:34:19 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.143]) by IRSMSX109.ger.corp.intel.com ([163.33.3.23]) with mapi id 14.03.0248.002; Sat, 16 Jan 2016 14:34:18 +0000 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [PATCH v1] doc: fix navigation levels in html sidebar Thread-Index: AQHRT7LFqSyi4mYjdUKM5SRG+0gElp79IRmAgAES33A= Date: Sat, 16 Jan 2016 14:34:17 +0000 Message-ID: References: <1452875732-16058-1-git-send-email-john.mcnamara@intel.com> <4619443.HPBMy3flXk@xps13> In-Reply-To: <4619443.HPBMy3flXk@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v1] doc: fix navigation levels in html sidebar X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 14:34:21 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, January 15, 2016 10:01 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [PATCH v1] doc: fix navigation levels in html sidebar >=20 > 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. >=20 > I'm interested to know the relation between titles and version number. Hi Thomas, There isn't any direct relationship I think. Removing the :titlesonly: directive made the sublevels visible, but only to= the first level. Removing the stray newline in the version number made the= other levels visible. This may be a bug in the Sphinx RTD theme or just so= me strange CSS interaction. Thanks for rebuilding the online docs. John.