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 71FD07E23 for ; Fri, 18 Dec 2015 17:04:44 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id l126so71565106wml.1 for ; Fri, 18 Dec 2015 08:04:44 -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=hJiErxMzpYhsHMl2CZEV2lU5TwUMGlJcjuQq4eLiTEU=; b=nYaB/9B+TSfiREV/eikQD9qMQ4/uYtes6eraR5IUQEoii2kppWmc7bnSZqNYxPpDMh 9kpVouh4BhSLMV1mz4KQlk/QEA+e1CYHyiSdmA/gtEvU068/MVIhOytPUvQ8b6aFMDcx mvi5j5Ko5P53il/6hznQaGVYqy0ibad+SncxqCu2Dcbtj6t0oDlV4rnoceK9/451z+qH SGpMPB/08QD73Q0qb/WOM6BQ2/HjnNX37IwLxCJuFEFTdViriDic+2yGNBlMmhyiUUX7 7Kx0mJ50pmiFD+xnyLgmmDy4+AliImaDq40laKyoU4JJvB4aJwuyMvlpmBWHxXDcSSsN aIkg== 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=hJiErxMzpYhsHMl2CZEV2lU5TwUMGlJcjuQq4eLiTEU=; b=T/rtUBB/haySpULUW1WOFLBJyRk8sTiLZxDbR9o19p6ir6rac7B2xLhqUcWmray531 WRFHYBNOIGYYCon56Fyl5sIV59zejGl9oi84vdr9WpssD5JbGLmDFYbuvQcRTiR69/7v aMU4ttrCtiOqVuxnPQxXBm/K9XjRI1AkTnkQnVZ36xbJBscgXPhWcXEnb8CtmkXvYg9S l+sSmkvyTHehGxfiAePaYTheIDVnDxymXMGmKF+dVULjRcvkgGaTaLTU7n/9GwsFgOGd mf4KV2u7MkTWLlK8bE5FJo42Kxr0n9ndloPDS3JPwUOR/6HfsKJvUspToDjCEHdmx6HE ncCA== X-Gm-Message-State: ALoCoQlT+mR7UurdzKNLnpzq3JB/j9T2BC6/uHoKHfKgyOF3D6btl+qaIburlHMuVwlRdvcIR4mnJadahU8z2Ok/eskLLF+RLg== X-Received: by 10.28.49.65 with SMTP id x62mr4120577wmx.49.1450454684213; Fri, 18 Dec 2015 08:04:44 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id f11sm7268475wmd.7.2015.12.18.08.04.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Dec 2015 08:04:43 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" Date: Fri, 18 Dec 2015 17:03:28 +0100 Message-ID: <19602739.ahHbYTFq96@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> <69070363.GR6IPDgz4Q@xps13> 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 16:04:44 -0000 2015-12-18 12:41, Mcnamara, John: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > 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... > > > 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 0.1.8 here. So this patch is rejected and the doc should be regenerated on dpdk.org. Thanks