Skip to content

Commit c09fbfd

Browse files
committed
rebuilding assets
1 parent a322a73 commit c09fbfd

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

pydata_sphinx_theme/static/css/index.dd52329d51b9c5067b4a5f4583a8804d.css renamed to pydata_sphinx_theme/static/css/index.40a86917331b32b32d0d7788ad402953.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- these macros are generated by "yarn build:production". do not edit by hand. -->
2+
{% macro head_pre_icons() %}
3+
<link rel="stylesheet"
4+
href="{{ pathto('_static/vendor/fontawesome/5.13.0/css/all.min.css', 1) }}">
5+
<link rel="preload" as="font" type="font/woff2" crossorigin
6+
href="{{ pathto('_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2', 1) }}">
7+
<link rel="preload" as="font" type="font/woff2" crossorigin
8+
href="{{ pathto('_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2', 1) }}">
9+
{% endmacro %}
10+
11+
{% macro head_pre_fonts() %}
12+
<link rel="stylesheet"
13+
href="{{ pathto('_static/vendor/open-sans_all/1.44.1/index.css', 1) }}">
14+
<link rel="stylesheet"
15+
href="{{ pathto('_static/vendor/lato_latin-ext/1.44.1/index.css', 1) }}">
16+
{% endmacro %}
17+
18+
{% macro head_pre_bootstrap() %}
19+
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet" />
20+
<link href="{{ pathto('_static/css/index.40a86917331b32b32d0d7788ad402953.css', 1) }}" rel="stylesheet" />
21+
{% endmacro %}
22+
23+
{% macro head_js_preload() %}
24+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.5e55100e4e55b60460bd.js', 1) }}">
25+
{% endmacro %}
26+
27+
{% macro body_post() %}
28+
<script src="{{ pathto('_static/js/index.5e55100e4e55b60460bd.js', 1) }}"></script>
29+
{% endmacro %}

0 commit comments

Comments
 (0)