Skip to content

Commit 5bfd9f1

Browse files
committed
Update mkdocs site creation rules
1 parent 0bf5179 commit 5bfd9f1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ Additionally, you can use the ``@retry_on_exception()`` decorator to specificall
815815
<div><b>If you like us, give us a star!</b></div>
816816
<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>
817817
</p>
818-
<div><!--not_for_site--><iframe src="https://seleniumbase.io/help_docs/ReadMe/" title="Docs"></iframe></div>
818+
<div><iframe src="https://seleniumbase.io/help_docs/ReadMe/" title="Docs"></iframe></div>
819819
<p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
820820

821821
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_logo_b.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 "<!--not_for_site--><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')

0 commit comments

Comments
 (0)