Mercurial > p > roundup > code
comparison website/www/_templates/layout.html @ 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 | e775cd258763 |
| children |
comparison
equal
deleted
inserted
replaced
| 8517:0e712d67a783 | 8518:4b89c22b1a91 |
|---|---|
| 149 </footer> | 149 </footer> |
| 150 {%- endblock %} | 150 {%- endblock %} |
| 151 <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> | 151 <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> |
| 152 {%- for cssfile in css_files %} | 152 {%- for cssfile in css_files %} |
| 153 <!-- loading css_files --> | 153 <!-- loading css_files --> |
| 154 <link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" /> | 154 <link rel="stylesheet" href="{{ cssfile.filename }}" type="text/css" /> |
| 155 {%- endfor %} | 155 {%- endfor %} |
| 156 <script> | 156 <script> |
| 157 /* locally hosted goatcounter https://www.goatcounter.com/ */ | 157 /* locally hosted goatcounter https://www.goatcounter.com/ */ |
| 158 /* include site info in path url to allow multiple sites to be | 158 /* include site info in path url to allow multiple sites to be |
| 159 tracked together */ | 159 tracked together */ |
