diff options
Diffstat (limited to 'docs/_templates/my_custom_sidebar.html')
-rw-r--r-- | docs/_templates/my_custom_sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/my_custom_sidebar.html b/docs/_templates/my_custom_sidebar.html index 6b259bc93..1d0dfac5a 100644 --- a/docs/_templates/my_custom_sidebar.html +++ b/docs/_templates/my_custom_sidebar.html @@ -1,3 +1,3 @@ <ul class="globaltoc"> {{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False,includehidden=theme_globaltoc_includehidden|tobool) }} -</ul>
\ No newline at end of file +</ul> |