1 parent 36370be commit f7f4d7fCopy full SHA for f7f4d7f
1 file changed
docs/source/_templates/layout.html
@@ -1,11 +1,15 @@
1
{% extends "pydata_sphinx_theme/layout.html" %}
2
3
-{% block fonts %}
+{% block extrahead %}
4
+ <!-- Load require.js locally from _static -->
5
+ <script src="{{ pathto('_static/css/custom.js', 1) }}"></script>
6
+
7
+{% endblock %}
8
9
+{% block fonts %}
10
<link rel="preconnect" href="https://fonts.googleapis.com">
11
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
12
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300&display=swap" rel="stylesheet">
-
13
{% endblock %}
14
15
{% block docs_sidebar %}
0 commit comments