Skip to content

Commit

Permalink
chore(deps): update dependency sphinx to v8 (release/4.2.x) (#4545)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and joschi authored Nov 27, 2024
1 parent 7c688b7 commit a651074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx<7
sphinx<9
2 changes: 2 additions & 0 deletions docs/source/_themes/metrics/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
{%- for cssfile in css_files %}
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css"/>
{%- endfor %}
{%- for style in styles -%}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css"/>
{%- endfor -%}
{%- if favicon %}
<link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
{%- endif %}
Expand Down

0 comments on commit a651074

Please sign in to comment.