Skip to content
Snippets Groups Projects
Commit b50b9384 authored by Marc Egger's avatar Marc Egger
Browse files

add nice search

parent 8636fbd5
No related branches found
No related tags found
No related merge requests found
Pipeline #3503 passed
......@@ -32,7 +32,9 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
import sphinx_rtd_theme
extensions = ["sphinx_rtd_theme"]
extensions = ["sphinx_rtd_theme",
'sphinx_search.extension',
]
html_css_files = [
'custom.css',
......
sphinx-rtd-theme==0.4.3
\ No newline at end of file
sphinx-rtd-theme==0.4.3
git+https://github.com/readthedocs/readthedocs-sphinx-search@master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment