mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix broken "Extend" link in site header
Spotted while navigating https://www.sphinx-doc.org/en/master/.
This commit is contained in:
parent
ec5b169312
commit
00e2c2e250
2
doc/_themes/sphinx13/layout.html
vendored
2
doc/_themes/sphinx13/layout.html
vendored
@ -67,7 +67,7 @@
|
|||||||
<li><a href="{{ pathto('index') }}">Home</a></li>
|
<li><a href="{{ pathto('index') }}">Home</a></li>
|
||||||
<li><a href="{{ pathto('usage/installation') }}">Get it</a></li>
|
<li><a href="{{ pathto('usage/installation') }}">Get it</a></li>
|
||||||
<li><a href="{{ pathto('contents') }}">Docs</a></li>
|
<li><a href="{{ pathto('contents') }}">Docs</a></li>
|
||||||
<li><a href="{{ pathto('development') }}">Extend</a></li>
|
<li><a href="{{ pathto('development/index') }}">Extend</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div>
|
<div>
|
||||||
<a href="{{ pathto('index') }}">
|
<a href="{{ pathto('index') }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user