Optimized sphinx

This commit is contained in:
2025-03-15 16:10:02 +01:00
parent cc458753b3
commit 12e0367c66
9 changed files with 47 additions and 28 deletions

View File

@@ -14,7 +14,7 @@
</ul>
{% endfor %}
{% endif %}
<li><a href="{{ pathto(item.link) }}">{{ item.text }}</a></li>
<li><a href="{{ pathto(item.link).replace("#","") + "#" + item.anchor}}">{{ item.text }}</a></li>
{% set ns.current_level = item.level %}
{% endfor %}
{# Close any remaining open <ul> tags #}