changeset 8518:4b89c22b1a91

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.
author John Rouillard <rouilj@ieee.org>
date Wed, 28 Jan 2026 15:22:53 -0500
parents 0e712d67a783
children 19152fd94fcf
files website/www/_templates/layout.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/website/www/_templates/layout.html	Wed Jan 28 15:21:02 2026 -0500
+++ b/website/www/_templates/layout.html	Wed Jan 28 15:22:53 2026 -0500
@@ -151,7 +151,7 @@
     <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
     {%- for cssfile in css_files %}
     <!-- loading css_files -->
-    <link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
+    <link rel="stylesheet" href="{{ cssfile.filename }}" type="text/css" />
     {%- endfor %}
     <script>
       /* locally hosted goatcounter https://www.goatcounter.com/ */

Roundup Issue Tracker: http://roundup-tracker.org/