doc: import sphinx rtd theme when available
authorJohn McNamara <john.mcnamara@intel.com>
Fri, 23 Jun 2017 13:05:29 +0000 (14:05 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 9 Jul 2017 22:46:38 +0000 (00:46 +0200)
commit46562be650942cbd100e939bed3986a03ba3780a
tree3aa69f975409cb6cca95136a7fea05a80aec166e
parent1e46fadefeeb2a60aa58df6c5adc655de337977f
doc: import sphinx rtd theme when available

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 <john.mcnamara@intel.com>
doc/guides/conf.py