[dpdk-dev] [PATCH v1] doc: fix navigation levels in html sidebar

2016-01-16 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, January 15, 2016 10:01 PM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [PATCH v1] doc: fix navigation levels in html sidebar > > 2016-01-15 16:35, John McNamara: > > Fix issue

[dpdk-dev] [PATCH v1] doc: fix navigation levels in html sidebar

2016-01-16 Thread Thomas Monjalon
2016-01-15 16:35, John McNamara: > Fix issue where the navigation levels weren't displayed in the > html sidebar with the new read_the_docs theme. > > This was due to the :titlesonly: directive in the high level > index.rst and also due to a stray newline in the parsed version > number. > > Signe

[dpdk-dev] [PATCH v1] doc: fix navigation levels in html sidebar

2016-01-15 Thread Thomas Monjalon
2016-01-15 16:35, John McNamara: > Fix issue where the navigation levels weren't displayed in the > html sidebar with the new read_the_docs theme. > > This was due to the :titlesonly: directive in the high level > index.rst and also due to a stray newline in the parsed version > number. I'm inter

[dpdk-dev] [PATCH v1] doc: fix navigation levels in html sidebar

2016-01-15 Thread John McNamara
Fix issue where the navigation levels weren't displayed in the html sidebar with the new read_the_docs theme. This was due to the :titlesonly: directive in the high level index.rst and also due to a stray newline in the parsed version number. Signed-off-by: John McNamara --- doc/guides/conf.py