Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
algolia search (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Jul 6, 2021
1 parent 4715a19 commit b1fb7a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"sphinx.ext.coverage",
"sphinx-prompt",
"sphinx_copybutton",
"sphinx_search.extension",
"recommonmark",
"sphinx_markdown_tables",
"sphinx_fontawesome",
Expand Down
1 change: 0 additions & 1 deletion doc-requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
git+git://github.com/flyteorg/furo@main
readthedocs-sphinx-search
recommonmark
sphinx
sphinx-prompt
Expand Down
30 changes: 14 additions & 16 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile doc-requirements.in
Expand All @@ -13,7 +13,7 @@ beautifulsoup4==4.9.3
# furo
# sphinx-code-include
# sphinx-material
certifi==2020.12.5
certifi==2021.5.30
# via requests
chardet==4.0.0
# via requests
Expand Down Expand Up @@ -51,8 +51,6 @@ python-slugify[unidecode]==5.0.2
# via sphinx-material
pytz==2021.1
# via babel
readthedocs-sphinx-search==0.1.0
# via -r doc-requirements.in
recommonmark==0.7.1
# via -r doc-requirements.in
requests==2.25.1
Expand All @@ -63,9 +61,19 @@ snowballstemmer==2.1.0
# via sphinx
soupsieve==2.2.1
# via beautifulsoup4
sphinx==3.5.4
# via
# -r doc-requirements.in
# furo
# recommonmark
# sphinx-code-include
# sphinx-copybutton
# sphinx-fontawesome
# sphinx-material
# sphinx-prompt
sphinx-code-include==1.1.1
# via -r doc-requirements.in
sphinx-copybutton==0.3.1
sphinx-copybutton==0.3.3
# via -r doc-requirements.in
sphinx-fontawesome==0.0.6
# via -r doc-requirements.in
Expand All @@ -75,16 +83,6 @@ sphinx-material==0.0.32
# via -r doc-requirements.in
sphinx-prompt==1.4.0
# via -r doc-requirements.in
sphinx==3.5.4
# via
# -r doc-requirements.in
# furo
# recommonmark
# sphinx-code-include
# sphinx-copybutton
# sphinx-fontawesome
# sphinx-material
# sphinx-prompt
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -101,7 +99,7 @@ text-unidecode==1.3
# via python-slugify
unidecode==1.2.0
# via python-slugify
urllib3==1.26.4
urllib3==1.26.6
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit b1fb7a1

Please sign in to comment.