Skip to content

Commit

Permalink
Update to sphinx-build 7, fixing style error
Browse files Browse the repository at this point in the history
See #1175
  • Loading branch information
jodygarnett committed Oct 16, 2023
1 parent 9fe2ac1 commit 1cfd2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/en/theme/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>This Page</h3>
<link rel="alternate" type="{{ type|e(true) }}" title="{{ title|e(true) }}" href="{{ link|e(true) }}" />
{%- endfor %}
{%- else %}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
<link rel="stylesheet" href="{{ pathto('_static/' + styles[-1], 1) }}" type="text/css" />
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
{%- endif %}
{%- if builder != 'htmlhelp' %}
Expand Down

0 comments on commit 1cfd2b5

Please sign in to comment.