Skip to content

Commit 79f56e6

Browse files
committed
doc: change layout to work with sphinx 9.x api change.
Replace removed construct with new one so sphinx 9.x doesn't throw an error. Works back to sphinx 6.x.
1 parent 4ac217f commit 79f56e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/www/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
152152
{%- for cssfile in css_files %}
153153
<!-- loading css_files -->
154-
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
154+
<link rel="stylesheet" href="{{ cssfile.filename }}" type="text/css" />
155155
{%- endfor %}
156156
<script>
157157
/* locally hosted goatcounter https://www.goatcounter.com/ */

0 commit comments

Comments
 (0)