Skip to content

Commit

Permalink
Remove Vendor JavaScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed May 2, 2023
1 parent b5d76bd commit 307e827
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qiskit_sphinx_theme/pytorch_base/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,9 @@
{{ js_tag(scriptfile) }}
{%- endfor %}

<script type="text/javascript" src="{{ pathto('_static/js/vendor/popper.min.js', 1) }}"></script>
<script type="text/javascript" src="{{ pathto('_static/js/vendor/bootstrap.min.js', 1) }}"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
<script type="text/javascript" src="{{ pathto('_static/js/theme.js', 1) }}"></script>

<script type="text/javascript" src="{{ pathto('_static/js/vendor/anchor.min.js', 1) }}"></script>

<!-- enable language dropdown menu expand -->
<script type="text/javascript">
jQuery(function () {
Expand Down

0 comments on commit 307e827

Please sign in to comment.