Update mkdocs

This commit is contained in:
Michael Mintz 2022-08-18 16:28:13 -04:00
parent 9abed0d38a
commit ac948a92b2
2 changed files with 5 additions and 3 deletions

View File

@ -70,6 +70,7 @@ plugins:
- help_docs/chinese.md - help_docs/chinese.md
- integrations/katalon/ReadMe.md - integrations/katalon/ReadMe.md
- seleniumbase/utilities/selenium_ide/ReadMe.md - seleniumbase/utilities/selenium_ide/ReadMe.md
- seleniumbase/examples/chart_maker/ReadMe.md
- minify: - minify:
minify_html: true minify_html: true
- mkdocs-simple-hooks: - mkdocs-simple-hooks:
@ -87,6 +88,7 @@ nav:
- Syntax Formats: help_docs/syntax_formats.md - Syntax Formats: help_docs/syntax_formats.md
- Recorder Mode: help_docs/recorder_mode.md - Recorder Mode: help_docs/recorder_mode.md
- API Reference: help_docs/method_summary.md - API Reference: help_docs/method_summary.md
- Case Plans: help_docs/case_plans.md
- Setup / Install: - Setup / Install:
- Install Python, pip, git: help_docs/install_python_pip_git.md - Install Python, pip, git: help_docs/install_python_pip_git.md
- Virtualenv Instructions: help_docs/virtualenv_instructions.md - Virtualenv Instructions: help_docs/virtualenv_instructions.md

View File

@ -1,7 +1,7 @@
# mkdocs dependencies for generating the seleniumbase.io website # mkdocs dependencies for generating the seleniumbase.io website
# Minimum Python version: 3.7 # Minimum Python version: 3.7
regex>=2022.7.25 regex>=2022.8.17
tqdm>=4.64.0 tqdm>=4.64.0
docutils==0.19 docutils==0.19
python-dateutil==2.8.2 python-dateutil==2.8.2
@ -9,7 +9,7 @@ livereload==2.6.3
joblib==1.1.0 joblib==1.1.0
Markdown==3.3.7 Markdown==3.3.7
MarkupSafe==2.1.1 MarkupSafe==2.1.1
keyring==23.7.0 keyring==23.8.2
pkginfo==1.8.3 pkginfo==1.8.3
Jinja2==3.1.2 Jinja2==3.1.2
click==8.1.3 click==8.1.3
@ -25,7 +25,7 @@ nltk==3.7
tornado==6.2 tornado==6.2
watchdog==2.1.9 watchdog==2.1.9
mkdocs==1.3.1 mkdocs==1.3.1
mkdocs-material==8.3.9 mkdocs-material==8.4.0
mkdocs-exclude-search==0.6.4 mkdocs-exclude-search==0.6.4
mkdocs-simple-hooks==0.1.5 mkdocs-simple-hooks==0.1.5
mkdocs-material-extensions==1.0.3 mkdocs-material-extensions==1.0.3