Skip to content

Commit

Permalink
sphinx-bootstrap-theme 0.7.1 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
KristoforMaynard committed Oct 5, 2019
1 parent ffed3d6 commit fd62ce8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/_bstemplates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="{{ pathto('_static/my-css.css', 1) }}" type="text/css" />
{# Work-around for sphinx_bootstrap_theme v 0.7.* #}
<script type="text/javascript" src="{{ pathto('_static/js/jquery-1.11.0.min.js', 1) }} "></script>
<script type="text/javascript" src="{{ pathto('_static/js/jquery-fix.js', 1) }} "></script>
<script type="text/javascript" src="{{ pathto('_static', 1) + '/bootstrap-' + bootstrap_version + '/js/bootstrap.min.js' }} "></script>
<script type="text/javascript" src="{{ pathto('_static/bootstrap-sphinx.js', 1) }} "></script>
{% endblock %}

0 comments on commit fd62ce8

Please sign in to comment.