Skip to content

Commit 266e3d1

Browse files
committed
Update mkdocs
1 parent 733b28f commit 266e3d1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,6 @@ Additionally, you can use the ``@retry_on_exception()`` decorator to specificall
813813
<div><b>If you like us, give us a star!</b></div>
814814
<div><a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=888CFA" title="Stargazers" /></a></div>
815815
</p>
816-
<div><!--for_gh_pages--><iframe src="https://seleniumbase.io" width="95%" height="1100px" title="seleniumbase.io Docs Site"></iframe></div>
817816
<p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
818817

819818
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" title="SeleniumBase" width="290" /></a></div>

docs/prepare.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ def main(*args, **kwargs):
115115
'title="SeleniumBase" width="20" /> SeleniumBase Docs '
116116
'<img src="https://seleniumbase.io/img/sb_icon.png" '
117117
'title="SeleniumBase" width="20" /></h2>')
118-
if "<!--for_gh_pages--><iframe" in line and "</iframe>" in line:
119-
changed = True
120-
line = ("")
121118
seleniumbase_lines.append(line)
122119
if changed:
123120
out_file = codecs.open(readme_file, "w+", encoding='utf-8')

docs/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
regex>=2020.9.27
2+
tqdm>=4.50.0
13
livereload==2.6.3;python_version>="3.6"
2-
pymdown-extensions==8.0
4+
pymdown-extensions==8.0.1
35
mkdocs==1.1.2
4-
mkdocs-material==5.5.14
6+
mkdocs-material==6.0.1
57
mkdocs-simple-hooks==0.1.1
68
mkdocs-material-extensions==1.0.1
79
mkdocs-minify-plugin==0.3.0

0 commit comments

Comments
 (0)