Skip to content

Commit

Permalink
theme: enable the Search functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed Sep 30, 2021
1 parent bd06548 commit 5154ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mkdocs.yml
Expand Up @@ -120,6 +120,9 @@ markdown_extensions:
plugins:
- search:
separator: '[\s]+'
- exclude-search:
exclude:
- common/releases-content.md

# Environment Variables.
# Make RTD env vars available to the template context.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -10,3 +10,4 @@
# python -m pip install --upgrade -r requirements.txt

mkdocs==1.2.2
mkdocs-exclude-search

0 comments on commit 5154ba1

Please sign in to comment.