Skip to content

Commit 00e4ab1

Browse files
committed
Update the docs
1 parent f8e4e71 commit 00e4ab1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
regex>=2020.11.13
2-
tqdm>=4.55.2
2+
tqdm>=4.56.0
33
livereload==2.6.3;python_version>="3.6"
44
Markdown==3.3.3
55
readme-renderer==28.0

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project information
2-
site_name: SeleniumBase
2+
site_name: SeleniumBase / Docs
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
55
site_description: A fast, reliable web automation framework for end-to-end testing (and RPA) with Python, pytest, and WebDriver.
@@ -30,7 +30,7 @@ theme:
3030
sticky_navigation: true
3131
language: en
3232
include_search_page: false
33-
search_index_only: true
33+
search_index_only: false
3434
features:
3535
- tabs
3636
- instant
@@ -53,7 +53,7 @@ plugins:
5353
on_pre_build: docs.prepare:main
5454
# Page tree
5555
nav:
56-
- SeleniumBase | README: README.md
56+
- SeleniumBase / README: README.md
5757
- Features List: help_docs/features_list.md
5858
- Running Example Tests: examples/ReadMe.md
5959
- Command Line Options: help_docs/customizing_test_runs.md
@@ -104,6 +104,7 @@ nav:
104104
- TinyMCE Demo Page: https://seleniumbase.io/other/tinymce
105105
- Virtual Device Farm: https://seleniumbase.io/devices/
106106
- Error Demo Page: https://seleniumbase.io/error_page/
107+
- Presentations:
107108
- Presenter Demo: https://seleniumbase.io/other/presenter.html
108109
- Core Presentation: https://seleniumbase.io/other/core_presentation.html
109110
- Chart Maker Demo: https://seleniumbase.io/other/chart_presentation.html

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
5050
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
5151
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
52-
os.system("python -m pip install --upgrade 'tqdm>=4.55.2'")
52+
os.system("python -m pip install --upgrade 'tqdm>=4.56.0'")
5353
print("\n*** Publishing The Release to PyPI: ***\n")
5454
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
5555
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")

0 commit comments

Comments
 (0)