Skip to content

Commit

Permalink
Merge pull request #281 from scottclowe/doc+bug_remove-elastic-search
Browse files Browse the repository at this point in the history
DOC: Remove elastic search from readthedocs
  • Loading branch information
scottclowe committed Mar 25, 2022
2 parents 8da03e2 + f075f1a commit 96c99d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ def setup(app):
"nbsphinx", # Execute .ipynb files to generate html
]

# Some extension features only available on later Python versions
if sys.version_info >= (3, 6):
# Enables search as you type with Elasticsearch on readthedocs.com
# but only available on Python 3.6 and above.
extensions.append("sphinx_search.extension")

# Napoleon settings
napoleon_google_docstring = True
napoleon_numpy_docstring = True
Expand Down
1 change: 0 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ numpydoc>=0.7.0
pydata-sphinx-theme; python_version>='3.6'
pypandoc==1.3; python_version<'3.0'
pypandoc>=1.6.3; python_version>='3.0'
readthedocs-sphinx-search; python_version>='3.6'
sphinx; python_version<'3.6'
sphinx>=2; python_version>='3.6'
sphinx-autobuild
Expand Down

0 comments on commit 96c99d0

Please sign in to comment.