Skip to content

Commit fcab59c

Browse files
authored
Merge pull request #5946 from readthedocs/add-indoc-search
Integrate indoc search into our prod docs
2 parents 7be01d8 + a69a436 commit fcab59c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def get_version():
3838
'sphinx-prompt',
3939
'recommonmark',
4040
'notfound.extension',
41+
'sphinx_search.extension',
4142
]
4243
templates_path = ['_templates']
4344

requirements/local-docs-build.txt

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ sphinx-tabs==1.1.11
88
# https://github.com/sphinx-doc/sphinx-intl/pull/27
99
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
1010

11+
# Test out in-doc search
12+
git+https://github.com/readthedocs/readthedocs-sphinx-search@master
13+
14+
1115
Pygments==2.4.2
1216

1317
mkdocs==1.0.4

0 commit comments

Comments
 (0)