commit | e418e1e5b9b0f6726c953b6111b85adfe6043e9b | [log] [tgz] |
---|---|---|
author | Kevin Smith <kevin@gohearsay.com> | Mon May 13 17:33:25 2013 -0500 |
committer | Kevin Smith <kevin@gohearsay.com> | Mon May 13 17:33:25 2013 -0500 |
tree | 21fef1e4ce88e1b40f30118aabd571f45fae3af9 | |
parent | d3f9efe0999854262ef8788bebb62576d9b0ec43 [diff] |
Removes an obstacle to building the docs.
diff --git a/user_guide_src/source/_themes/eldocs/layout.html b/user_guide_src/source/_themes/eldocs/layout.html index 51d61b8..7f2fe1a 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>