diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-26 10:26:12 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-26 10:26:12 +0100 |
| commit | 92afe68d6532c93d455b7eafb827cc18b812a327 (patch) | |
| tree | 2a9ed2803ee11db92262b8b04b3f6745f3e07760 /docs/conf.py | |
| parent | 62505f8982c2bc2cae5456a7ab50932fea580cc4 (diff) | |
doc(dev): reST/sphinx add tabbed views extension (sphinx_tabs.tabs)
See issue #1785:
idea: in the doc, provide installation instructions with one tab per
distrubution
preview (don't bookmark):
https://return42.github.io/searx/dev/reST.html#tabbed-views
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index e49562a33..b07e020d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,6 +60,7 @@ extensions = [ "sphinxcontrib.jinja", # https://github.com/tardyp/sphinx-jinja 'linuxdoc.rstFlatTable', # Implementation of the 'flat-table' reST-directive. 'linuxdoc.kfigure', # Sphinx extension which implements scalable image handling. + "sphinx_tabs.tabs", # https://github.com/djungelorm/sphinx-tabs ] intersphinx_mapping = { |