diff --git a/doc/conf.py b/doc/conf.py index d494cd8a4..c6a79e6e4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -35,8 +35,11 @@ if "RELEASE" in os.environ: # ones. sys.path.insert(0, os.path.join(os.path.abspath('.'), 'extensions')) -extensions = ['breathe', 'sphinx.ext.graphviz', 'sphinx.ext.extlinks', - 'kerneldoc', 'eager_only', 'html_redirects'] +extensions = [ + 'breathe', 'sphinx.ext.graphviz', 'sphinx.ext.extlinks', + 'kerneldoc', 'eager_only', 'html_redirects', + 'sphinx_tabs.tabs' +] # extlinks provides a macro template diff --git a/doc/scripts/requirements.txt b/doc/scripts/requirements.txt index 3f4c0c227..9ab3abd4d 100644 --- a/doc/scripts/requirements.txt +++ b/doc/scripts/requirements.txt @@ -3,3 +3,4 @@ sphinx==1.7.7 docutils==0.14 sphinx_rtd_theme==0.4.0 kconfiglib>=10.2 +sphinx-tabs