We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b677e67 commit 37ed6f5Copy full SHA for 37ed6f5
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