Re: [dpdk-dev] [PATCH v1] doc: import sphinx rtd doc theme when available

2017-07-09 Thread Thomas Monjalon
23/06/2017 15:05, John McNamara: > The ReadTheDocs theme is no longer available by default in > Sphinx versions >= 1.3.1 and if it isn't available then an > exception is raised. This patch imports the ReadTheDocs > theme when it is available and warns but proceeds when it > isn't. > > Signed-off-b

[dpdk-dev] [PATCH v1] doc: import sphinx rtd doc theme when available

2017-06-23 Thread John McNamara
The ReadTheDocs theme is no longer available by default in Sphinx versions >= 1.3.1 and if it isn't available then an exception is raised. This patch imports the ReadTheDocs theme when it is available and warns but proceeds when it isn't. Signed-off-by: John McNamara --- doc/guides/conf.py | 12