From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0D6C88D8C for ; Fri, 18 Dec 2015 11:27:37 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 18 Dec 2015 02:27:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,445,1444719600"; d="scan'208";a="620088625" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by FMSMGA003.fm.intel.com with ESMTP; 18 Dec 2015 02:27:36 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX104.ger.corp.intel.com ([169.254.5.138]) with mapi id 14.03.0248.002; Fri, 18 Dec 2015 10:27:35 +0000 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [PATCH] doc: show version in html guides Thread-Index: AQHROLWlThtarpwptUWkYfCbAKCmNJ7QiwNQ Date: Fri, 18 Dec 2015 10:27:34 +0000 Message-ID: References: <1450347992-25835-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1450347992-25835-1-git-send-email-thomas.monjalon@6wind.com> 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] 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 10:27:38 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, December 17, 2015 10:27 AM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: [PATCH] doc: show version in html guides >=20 > 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 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 John