Skip to content

Commit

Permalink
docs: Enable “search as you type”
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 17, 2024
1 parent b566a5b commit bc483b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"sphinx_reredirects",
"sphinx_inline_tabs",
"notfound.extension",
"sphinx_search.extension",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
15 changes: 13 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ sphinx = {version = ">=7", python = ">=3.9", optional = true}
furo = {version = ">=2024.5.6", python = ">=3.9", optional = true}
sphinx-copybutton = {version = ">=0.5.2", python = ">=3.9", optional = true}
myst-parser = {version = ">=3", python = ">=3.9", optional = true}
readthedocs-sphinx-search = {version = ">=0.3.2", python = ">=3.9", optional = true}
sphinx-inline-tabs = {version = ">=2023.4.21", python = ">=3.9", optional = true}
sphinx-notfound-page = {version = ">=1.0.0", python = ">=3.9", optional = true}
sphinx-reredirects = {version = ">=0.1.5", python = ">=3.9", optional = true}
Expand Down Expand Up @@ -103,6 +104,7 @@ docs = [
"furo",
"myst-parser",
"pytest",
"readthedocs-sphinx-search",
"sphinx",
"sphinx-copybutton",
"sphinx-inline-tabs",
Expand Down Expand Up @@ -250,6 +252,7 @@ DEP002 = [
# Docs extras
"furo",
"myst-parser",
"readthedocs-sphinx-search",
"sphinx",
"sphinx-copybutton",
"sphinx-inline-tabs",
Expand Down

0 comments on commit bc483b1

Please sign in to comment.