conf: add support for sphinx-tabs
Sphinx-tabs is not supported by default from readthedocs.io, hence as
recommended by readthedocs.io, we add it to the conf.py file and the
requirement.txt file.
Also, update the conf.py slight to step up the revision and to follow
the v2 template file from readthedocs.io.
Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/conf.py b/conf.py
index 6823e3b..116b254 100644
--- a/conf.py
+++ b/conf.py
@@ -42,7 +42,8 @@
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
- 'sphinxcontrib.plantuml'
+ 'sphinxcontrib.plantuml',
+ 'sphinx_tabs.tabs',
]
# Add any paths that contain templates here, relative to this directory.