From a69a43628f4ed3e9f22cb2fe26b60a4727b07e0a Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 16 Jul 2019 18:35:10 -0700 Subject: [PATCH] Integrate indoc search into our prod docs --- docs/conf.py | 1 + requirements/local-docs-build.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index b6f12e58068..4a26a6b527c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,6 +38,7 @@ def get_version(): 'sphinx-prompt', 'recommonmark', 'notfound.extension', + 'sphinx_search.extension', ] templates_path = ['_templates'] diff --git a/requirements/local-docs-build.txt b/requirements/local-docs-build.txt index 86e4a60e3e1..eba2ad160a6 100644 --- a/requirements/local-docs-build.txt +++ b/requirements/local-docs-build.txt @@ -8,6 +8,10 @@ sphinx-tabs==1.1.11 # https://github.com/sphinx-doc/sphinx-intl/pull/27 git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl +# Test out in-doc search +git+https://github.com/readthedocs/readthedocs-sphinx-search@master + + Pygments==2.4.2 mkdocs==1.0.4