Skip to content

Commit 0bfe3fd

Browse files
authored
Update layout.html
- I believe this was the missing part for the plotly loading... lets see!
1 parent b677e67 commit 0bfe3fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/_templates/layout.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{% extends "pydata_sphinx_theme/layout.html" %}
22

3-
{% block fonts %}
3+
{% block extrahead %}
4+
<!-- Load require.js locally from _static -->
5+
<script src="{{ pathto('_static/js/require.js', 1) }}"></script>
6+
{% endblock %}
47

8+
{% block fonts %}
59
<link rel="preconnect" href="https://fonts.googleapis.com">
610
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
711
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300&display=swap" rel="stylesheet">
8-
912
{% endblock %}
1013

1114
{% block docs_sidebar %}

0 commit comments

Comments
 (0)