Skip to content

Commit a651074

Browse files
chore(deps): update dependency sphinx to v8 (release/4.2.x) (#4545)
* chore(deps): update dependency sphinx to v8 * Replace removed `style` variable in HTML templates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jochen Schalanda <[email protected]>
1 parent 7c688b7 commit a651074

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sphinx<7
1+
sphinx<9

docs/source/_themes/metrics/layout.html

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
{%- for cssfile in css_files %}
2020
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css"/>
2121
{%- endfor %}
22+
{%- for style in styles -%}
2223
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css"/>
24+
{%- endfor -%}
2325
{%- if favicon %}
2426
<link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
2527
{%- endif %}

0 commit comments

Comments
 (0)