From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 44AC38D3A for ; Fri, 18 Dec 2015 11:47:42 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id p187so58860800wmp.0 for ; Fri, 18 Dec 2015 02:47:42 -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=Q8FJ0rmvHmHjZlRbZhbtquaV6tGN85dWI18OxHGi+dM=; b=E7M6KnEYfetihedrKp15FYDjEPt+MN1J75GABGojl6BWT5NrlFvuhyb00PIlMLPR+0 9FHHV6MdGk9uP29h4IdP7TDAEjTStiN4rmJTZ1EmuLlPti0zgOH6z7kb8v19UEUcoJ4p K1YCtGqser1RcvHYFWNlSUbh0LZoC7dZpkfM5DEZNPiteDx0xlKT2rFxkIY2d6g+43ZC JDSCR9U/DVUk+WeVNuBp3GPkhzH0gIGZ6EN2Pr4uCsQZUn9XDk+Z+6u9PyCwLzlFtkrX KrmM4sgZ86liuQvYWHCLZVIKPkKuvHsU+W5sNuf4ymrO7xRK6+KpnJ+0wQH6k+YGsZzT BgJQ== 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=Q8FJ0rmvHmHjZlRbZhbtquaV6tGN85dWI18OxHGi+dM=; b=FjdUFSm7vqU8RHdeikWnPoQt3zh1VX2nOCvtTL9bdRd+GFHjP02+9qEaE1zdNvMtxC uJBljsS6C6wJyEv4Oq5Z225PBytn7LM419xr3iAYczA6GParrAz2vftBaq1oOil3O1EO jJVbfZpogo9Zyxq5h58zzgpBHI3Ddps/25YA/+EBo843GYkmF1J8800SpqLQURM3Uo1j oNfZj48XW34JHy6KfqOQZ978U4n6xPXjrlPmqKk2kRFzJCd2cLAu4m51ZhnaYEQmtMl+ W/IK0lq7GgzHz01jw81UXxfLAipqyWrkVoEh8KFcBZNFm+w3U/AsirUOtUxlDChh1dK0 AUiA== X-Gm-Message-State: ALoCoQmdk/RF65WOXxBk4tPK/sppK4nRNEMuKk5WBFaZxIX55p87zIZyf2kr5cY/7fHmeRmnK67yNUc/R3Cxw0weH9z0LRC8yQ== X-Received: by 10.194.63.46 with SMTP id d14mr3141909wjs.34.1450435662091; Fri, 18 Dec 2015 02:47:42 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id t64sm6125211wmf.23.2015.12.18.02.47.41 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Dec 2015 02:47:41 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" Date: Fri, 18 Dec 2015 11:46:27 +0100 Message-ID: <69070363.GR6IPDgz4Q@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1450347992-25835-1-git-send-email-thomas.monjalon@6wind.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] 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:47:42 -0000 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 Interesting. > 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 Same version on dpdk.org. There should be something else different...