Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cf65f commit 3bc0235Copy full SHA for 3bc0235
makefile
@@ -7,7 +7,7 @@ search_readme :
7
8
update_js_search :
9
@echo "Install algoliasearch python package:"
10
- pip install --upgrade algoliasearch
+ pip install algoliasearch==1.20.0
11
@echo "Updating js_docs search index"
12
python update_js_docs_search.py
13
@@ -21,6 +21,6 @@ update_r_search :
21
22
update_ref_search :
23
24
25
@echo "Updating search for reference pages"
26
python update_ref_search.py
0 commit comments