File size: 419 Bytes
18e4106 |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!--
All these macros are auto-generated and must **NOT** be edited by hand.
See the webpack.config.js file, to learn more about how this is generated.
-->
{% macro head_pre_bootstrap() %}
<link href="{{ pathto('_static/styles/sphinx-book-theme.css', 1) }}" rel="stylesheet">
{% endmacro %}
{% macro body_post() %}
<script src="{{ pathto('_static/scripts/sphinx-book-theme.js', 1) }}"></script>
{% endmacro %}
|