Skip to content
Snippets Groups Projects
Commit f50b0d1e authored by Lukáš Krupčík's avatar Lukáš Krupčík Committed by Jan Siwiec
Browse files

exclude search

parent bcf087ed
No related branches found
No related tags found
1 merge request!429exclude search
......@@ -66,6 +66,7 @@ mkdocs:
before_script:
- source /opt/.venv3/bin/activate
- python -V # debug
- pip install -r requirements.txt
- pip freeze # debug
- mkdocs -V # debug
script:
......
......@@ -281,6 +281,12 @@ plugins:
separator: '[\s\.]+'
lang:
- en
- exclude-search:
exclude:
- anselm/*.md
- archive/*.md
- prace.md
- salomon/*.md
markdown_extensions:
- codehilite
......
......@@ -11,8 +11,9 @@ lunr==0.5.8
Markdown==3.2.2
MarkupSafe==1.1.1
mkdocs==1.1.2
mkdocs-exclude-search==0.6.5
mkdocs-material==7.1.3
mkdocs-material-extensions==1.0.1
mkdocs-material-extensions==1.1.1
nltk==3.5
packaging==20.4
Pygments==2.7.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment