Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fixed sphinx doc's toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Aubert committed Mar 3, 2017
1 parent d9642ad commit 0aa34f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_templates/indexcontent.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{%- extends "layout.html" %}

{% set title = _("Welcome to LXDock's documentation!") %}
{% set display_toc = True %}

{% block body %}
<div class="figure align-center" id="id1">
Expand Down
2 changes: 2 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% extends '!layout.html' %}
{% set display_toc = True %}

0 comments on commit 0aa34f1

Please sign in to comment.