File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Preparing the SeleniumBase Docs website with "mkdocs"
2
2
3
- Usage: (from top-level SeleniumBase)
3
+ Usage: (from the top-level SeleniumBase folder )
4
4
pip install -r docs/requirements.txt
5
- mkdocs build --strict
5
+ mkdocs build (OR "mkdocs build --strict" to fail on warnings)
Original file line number Diff line number Diff line change 1
1
regex >= 2021.4.4
2
- tqdm >= 4.61.0
2
+ tqdm >= 4.61.1
3
3
livereload == 2.6.3 ;python_version >= "3.6"
4
4
joblib == 1.0.1 ;python_version >= "3.6"
5
5
Markdown == 3.3.4 ;python_version >= "3.6"
@@ -10,9 +10,9 @@ click==8.0.1
10
10
readme-renderer == 29.0
11
11
pymdown-extensions == 8.2
12
12
importlib-metadata == 4.5.0 ;python_version >= "3.6"
13
- lunr == 0.5.8
13
+ lunr == 0.6.0
14
14
nltk == 3.6.2
15
- mkdocs == 1.1.2
15
+ mkdocs == 1.2.1
16
16
mkdocs-material == 7.1.3
17
17
mkdocs-exclude-search == 0.5.2 ;python_version >= "3.6"
18
18
mkdocs-simple-hooks == 0.1.3
Original file line number Diff line number Diff line change 50
50
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
51
51
os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
52
52
print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
53
- os .system ("python -m pip install --upgrade 'tqdm>=4.61.0 '" )
53
+ os .system ("python -m pip install --upgrade 'tqdm>=4.61.1 '" )
54
54
print ("\n *** Publishing The Release to PyPI: ***\n " )
55
55
os .system ("python -m twine upload dist/*" ) # Requires ~/.pypirc Keys
56
56
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
You can’t perform that action at this time.
0 commit comments