> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, December 18, 2015 10:46 AM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [PATCH] doc: show version in html guides > > 2015-12-18 10:27, Mcnamara, John: > > From: Thomas Monjalon [mailto:thomas.monjalon at 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 John. --