From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=a+G3nosvWcvjU2sg6481jXVlgckC7ucQEQtmlBFQWBg=; b=08AXPtyUAQjnMhx1fecsi9CR89lqYuOUqiXIsvPwETnTEsOq24KwPstgy1U1DzJ07h awGiWQ1SWT3+Bjk+GYqkJAZ/yIoBsRFGX0MqWyXZbcV3TQa3fhtVK8mtqAlEnSfVl0lr 0wKlZzd6B2MG9U8+hkUMd+goZxc7KUsKtKjJwoPjL/qR9+kW6XTBXWXGhsWaS0mP9pcC hSkQ5B6n5EAMVoGn+t2tdGEXkhrePt0aR4W5lbXwr8KUOnLqpPhz9p3E6hmoBMVBTllT iDFrsDpQEK/ZZDzwHMI1xgwJBe2mDBKMSDDJbw/QcxqEWFCEq4m43NopOlnN068ved8E 1O7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=a+G3nosvWcvjU2sg6481jXVlgckC7ucQEQtmlBFQWBg=; b=YQ0ghS5ZhPd05Da3dBO6x+zZcBVC8o69IMsueSIpU/+5a/T63GQ5YLWHszalDu7sYb zbeA80maNICYrfQp4on8DkZuYOuOa03xjz7OQanAcoBG1liQPPQF2ueWJijyAXRBZHXC b114EOpEkvo79D6l5pMxND4lGPPgRhALoWfalyvjBvfLkFsbqhlLXFyXd5KB76OqtA5W Ca5e7cAQQr2CC0SnKh7hr1xRxNfC50X6pa+3/Z5LBEj1RzrHdMMJUJpa8ggajYohFHEq 5VzMN5PNPdYqBEPQZRmNMLJiwcGb++qF6+rvchSCjUo2vw1Pmd3MGrsrjHvidi4QQaBd 8nBQ== X-Gm-Message-State: ALoCoQkRrChNLMt0wuR7ElnFsZ4ZsTeGIgSM2T/2kHFOe3rm12O/IbJRQ+gne+SboOL0i++TKfNYWEG46Xey8rx7vGGTfYr8GA== X-Received: by 10.194.175.104 with SMTP id bz8mr11600863wjc.8.1452895356053; Fri, 15 Jan 2016 14:02:36 -0800 (PST) Received: from xps13.localnet (APoitiers-658-1-29-148.w86-213.abo.wanadoo.fr. [86.213.68.148]) by smtp.gmail.com with ESMTPSA id w80sm4290553wme.17.2016.01.15.14.02.34 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Jan 2016 14:02:35 -0800 (PST) From: Thomas Monjalon To: John McNamara Date: Fri, 15 Jan 2016 23:01:13 +0100 Message-ID: <4619443.HPBMy3flXk@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1452875732-16058-1-git-send-email-john.mcnamara@intel.com> References: <1452875732-16058-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Fri, 15 Jan 2016 22:02:37 -0000 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.