mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Migrate to Sphinx
This commit is contained in:
25
0.2/_static/webpack-macros.html
Normal file
25
0.2/_static/webpack-macros.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!-- these macros are generated by "yarn build:production". do not edit by hand. -->
|
||||
{% macro head_pre_icons() %}
|
||||
<link rel="stylesheet"
|
||||
href="{{ pathto('_static/vendor/fontawesome/5.13.0/css/all.min.css', 1) }}">
|
||||
<link rel="preload" as="font" type="font/woff2" crossorigin
|
||||
href="{{ pathto('_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2', 1) }}">
|
||||
<link rel="preload" as="font" type="font/woff2" crossorigin
|
||||
href="{{ pathto('_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2', 1) }}">
|
||||
{% endmacro %}
|
||||
|
||||
{% macro head_pre_fonts() %}
|
||||
{% endmacro %}
|
||||
|
||||
{% macro head_pre_bootstrap() %}
|
||||
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet" />
|
||||
<link href="{{ pathto('_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css', 1) }}" rel="stylesheet" />
|
||||
{% endmacro %}
|
||||
|
||||
{% macro head_js_preload() %}
|
||||
<link rel="preload" as="script" href="{{ pathto('_static/js/index.1c5a1a01449ed65a7b51.js', 1) }}">
|
||||
{% endmacro %}
|
||||
|
||||
{% macro body_post() %}
|
||||
<script src="{{ pathto('_static/js/index.1c5a1a01449ed65a7b51.js', 1) }}"></script>
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user