Make the sidebar a little nicer

This commit is contained in:
Kovid Goyal
2018-05-30 13:43:48 +05:30
parent bf8dfa5ee3
commit 0c5c6fcbbe
5 changed files with 48 additions and 0 deletions

6
docs/_templates/localtoc.html vendored Normal file
View File

@@ -0,0 +1,6 @@
{%- if display_toc %}
<div>&nbsp;</div>
<div id="sidebartoc">
{{ toc }}
</div>
{%- endif %}