Skip to content

Commit 3b4ea70

Browse files
committed
Fix unclosed HTML comment in Sphinx template.
1 parent 8a42ef5 commit 3b4ea70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1 class="page-title">Python</h1>
101101
<a href="versions.html" class="v-btn">
102102
<img src="_static/images/icon-arrow-bullet.svg" />
103103
See version History
104-
</a href="versions.html">
104+
</a>-->
105105
</div><!-- end of .versions -->
106106
</header>
107107

0 commit comments

Comments
 (0)