diff options
author | lloyd <[email protected]> | 2014-01-02 00:21:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-02 00:21:28 +0000 |
commit | edf65a4ff8590a8aef04fc308643f130c05c3d2a (patch) | |
tree | 4745064a3080e0dbce542a7e86f06d4894ca52e2 /doc/_sphinx/templates | |
parent | 585356e222c5a6116532ba14cce44a2c6cd9c366 (diff) |
Move Sphinx config
Diffstat (limited to 'doc/_sphinx/templates')
-rw-r--r-- | doc/_sphinx/templates/layout.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/_sphinx/templates/layout.html b/doc/_sphinx/templates/layout.html deleted file mode 100644 index c907c7597..000000000 --- a/doc/_sphinx/templates/layout.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "!layout.html" %} - -{% block header %} - <div class="header-wrapper"> - <div class="header"> - <h1>{{ shorttitle|e }}</h1> - </div> - </div> -{% endblock %} |