Skip to content

Commit

Permalink
editing sidebar layout? (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsie authored and becker33 committed Jan 29, 2018
1 parent 69377ca commit e00fdd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/rst/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% extends "!layout.html" %}

{% block menu %}
{% set toctree = toctree(maxdepth=4, collapse=False, includehidden=True) %}
{% if toctree %}
{{ toctree }}
{% endif %}
{% endblock %}

0 comments on commit e00fdd8

Please sign in to comment.