diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 06ad176a..ccdf7a65 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,6 +42,7 @@ extensions = [ 'sphinx_rst_builder', 'sphinx.ext.extlinks', 'sphinx.ext.napoleon', + 'sphinx_tabs.tabs', ] # Add any paths that contain templates here, relative to this directory. |