We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c688b7 commit a651074Copy full SHA for a651074
docs/requirements.txt
@@ -1 +1 @@
1
-sphinx<7
+sphinx<9
docs/source/_themes/metrics/layout.html
@@ -19,7 +19,9 @@
19
{%- for cssfile in css_files %}
20
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css"/>
21
{%- endfor %}
22
+ {%- for style in styles -%}
23
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css"/>
24
+ {%- endfor -%}
25
{%- if favicon %}
26
<link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
27
{%- endif %}
0 commit comments