Skip to content

Commit e0a97e7

Browse files
authored
[docs] Bump mkdocs-material for possible improved search behavior (ddev#4670) [skip ci]
1 parent d753cc5 commit e0a97e7

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

docs/mkdocs-pip-requirements

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
Babel==2.9.1
2-
click==7.1.2
3-
future==0.18.2
4-
gitdb==4.0.7
5-
GitPython==3.1.14
6-
htmlmin==0.1.12
1+
Babel>=2.9.1
2+
click>=7.1.2
3+
future>=0.18.2
4+
gitdb>=4.0.7
5+
GitPython>=3.1.14
6+
htmlmin>=0.1.12
77
Jinja2>=3.1.2
8-
joblib==1.0.1
8+
joblib>=1.0.1
99
jsmin>=3.0.1
10-
livereload==2.6.3
10+
livereload>=2.6.3
1111
lunr>=0.6.2
1212
Markdown>=3.3.4
1313
MarkupSafe>=2.1.1
14-
mdx-truly-sane-lists==1.2
15-
mkdocs==1.3.0
14+
mdx-truly-sane-lists>=1.2
15+
mkdocs>=1.3.0
1616
mkdocs-git-authors-plugin>=0.6.4
1717
mkdocs-git-committers-plugin-2>=0.4.1
1818
mkdocs-git-revision-date-localized-plugin>=0.9
19-
mkdocs-material==8.3.9
20-
mkdocs-material-extensions>=1.0.3
21-
mkdocs-minify-plugin==0.4.1
19+
mkdocs-material>=9
20+
mkdocs-material-extensions>=1
21+
mkdocs-minify-plugin>=0.4.1
2222
mkdocs-redirects>=1.0.4
23-
nltk==3.6.6
24-
packaging==20.9
25-
Pygments==2.12
23+
nltk>=3.6.6
24+
packaging>=20.9
25+
Pygments>=2
2626
pymdown-extensions>=9.4
27-
pyparsing==2.4.7
28-
pytz==2021.1
29-
PyYAML==5.4.1
27+
pyparsing>=2.4.7
28+
pytz>=2021.1
29+
PyYAML>=5.4.1
3030
regex>=2021.10.8
31-
six==1.15.0
32-
smmap==4.0.0
33-
tornado==6.1
34-
tqdm==4.48.2
31+
six>=1.15.0
32+
smmap>=4.0.0
33+
tornado>=6.1
34+
tqdm>=4.48.2

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ theme:
2929
# - content.tabs.link
3030
- navigation.expand
3131
- navigation.indexes
32-
- navigation.instant
32+
# - navigation.instant
3333
- navigation.sections
3434
- navigation.tabs
3535
# - navigation.tabs.sticky

0 commit comments

Comments
 (0)