mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add a navbar at the bottom too.
This commit is contained in:
parent
f0fa8b740b
commit
0bccf4d944
2
TODO
2
TODO
@ -3,10 +3,8 @@ Global TODO
|
||||
|
||||
- "often used" combo box in sidebar
|
||||
- discuss and debug comments system
|
||||
- navigation links at the bottom too
|
||||
- write new Makefile, handle automatic version info and checkout
|
||||
- write a "printable" builder (export to latex, most probably)
|
||||
- discuss the default role
|
||||
- discuss lib -> ref section move
|
||||
- prepare for databases other than sqlite for comments
|
||||
- look at the old tools/ scripts, what functionality should be rewritten
|
||||
|
@ -42,6 +42,7 @@
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% filter capture('relbar') %}
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
@ -63,6 +64,7 @@
|
||||
{%- endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endfilter %}
|
||||
<div class="document">
|
||||
<div class="documentwrapper">
|
||||
{%- if builder != 'htmlhelp' %}
|
||||
@ -80,6 +82,7 @@
|
||||
{%- endif %}
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
{{ relbar }}
|
||||
<div class="footer">
|
||||
© <a href="{{ pathto('copyright.rst') }}">Copyright</a>
|
||||
1990-2007, Python Software Foundation.
|
||||
|
Loading…
Reference in New Issue
Block a user