We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7be01d8 + a69a436 commit fcab59cCopy full SHA for fcab59c
docs/conf.py
@@ -38,6 +38,7 @@ def get_version():
38
'sphinx-prompt',
39
'recommonmark',
40
'notfound.extension',
41
+ 'sphinx_search.extension',
42
]
43
templates_path = ['_templates']
44
requirements/local-docs-build.txt
@@ -8,6 +8,10 @@ sphinx-tabs==1.1.11
8
# https://github.com/sphinx-doc/sphinx-intl/pull/27
9
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
10
11
+# Test out in-doc search
12
+git+https://github.com/readthedocs/readthedocs-sphinx-search@master
13
+
14
15
Pygments==2.4.2
16
17
mkdocs==1.0.4
0 commit comments