mirror of
https://github.com/pinry/pinry.git
synced 2026-09-07 22:10:05 +02:00
Create a skeleton for documentation
This commit is contained in:
13
docs/templates/layout.html
vendored
Normal file
13
docs/templates/layout.html
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{#
|
||||
sphinxdoc/layout.html
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Sphinx layout template for the sphinxdoc theme.
|
||||
|
||||
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
#}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{# put the sidebar before the body #}
|
||||
{% block yield %}{{ toc }}{% endblock %}
|
||||
Reference in New Issue
Block a user