diff options
author | Kevin Smith <kevin@gohearsay.com> | 2013-05-14 00:33:25 +0200 |
---|---|---|
committer | Kevin Smith <kevin@gohearsay.com> | 2013-05-14 00:33:25 +0200 |
commit | e418e1e5b9b0f6726c953b6111b85adfe6043e9b (patch) | |
tree | 21fef1e4ce88e1b40f30118aabd571f45fae3af9 /user_guide_src | |
parent | d3f9efe0999854262ef8788bebb62576d9b0ec43 (diff) |
Removes an obstacle to building the docs.
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/_themes/eldocs/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/_themes/eldocs/layout.html b/user_guide_src/source/_themes/eldocs/layout.html index 51d61b849..7f2fe1a34 100644 --- a/user_guide_src/source/_themes/eldocs/layout.html +++ b/user_guide_src/source/_themes/eldocs/layout.html @@ -81,7 +81,7 @@ {%- block content %} <div id="table-contents"> <div class="toctree-wrapper compound"> - {{ toctree(collapse=true) }} + {{ toctree }} </div> </div> |