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 E80FE234 for ; Fri, 18 Dec 2015 13:41:27 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 18 Dec 2015 04:41:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,446,1444719600"; d="scan'208";a="620152060" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by FMSMGA003.fm.intel.com with ESMTP; 18 Dec 2015 04:41:26 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX106.ger.corp.intel.com ([169.254.8.228]) with mapi id 14.03.0248.002; Fri, 18 Dec 2015 12:41:25 +0000 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [PATCH] doc: show version in html guides Thread-Index: AQHROLWlThtarpwptUWkYfCbAKCmNJ7QiwNQgAAGQoCAAB+jQA== Date: Fri, 18 Dec 2015 12:41:24 +0000 Message-ID: References: <1450347992-25835-1-git-send-email-thomas.monjalon@6wind.com> <69070363.GR6IPDgz4Q@xps13> In-Reply-To: <69070363.GR6IPDgz4Q@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.182] 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] doc: show version in html guides 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, 18 Dec 2015 12:41:28 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, December 18, 2015 10:46 AM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [PATCH] doc: show version in html guides >=20 > 2015-12-18 10:27, Mcnamara, John: > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > The version does not appear in the readthedocs theme. > > > We may try to customize the theme, or just update the project name > > > as in this patch. The project name is not used in the PDF. > > > > Hi, > > > > I see the version number in generated docs: > > > > http://i.imgur.com/GkvNz2U.png >=20 > Interesting. >=20 > > However, I can see that it doesn't appear on the dpdk.org version. > > > > I am using: > > > > $ sphinx-build --version > > Sphinx (sphinx-build) 1.3.1 >=20 > Same version on dpdk.org. > There should be something else different... It could be the version of the RTD theme: $ python -c "import sphinx_rtd_theme; print sphinx_rtd_theme.__version_= _" 0.1.9 0.1.9 is required for the version number in the Navbar: https://github.com/snide/sphinx_rtd_theme#v0-1-9 John. --=20