From e1d11fa4086cbddd5c28fd23da38be71b9190a66 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 23 May 2009 08:15:31 -0400 Subject: Getting started with sphinx --- doc/_templates/px/layout.html | 11 +++++++++++ doc/_templates/px/theme.conf | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 doc/_templates/px/layout.html create mode 100644 doc/_templates/px/theme.conf (limited to 'doc/_templates') diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html new file mode 100644 index 0000000..4750f74 --- /dev/null +++ b/doc/_templates/px/layout.html @@ -0,0 +1,11 @@ +{%- block doctype -%} + +{%- endblock %} + + + +{%- block document %} + {% block body %} {% endblock %} +{%- endblock %} + + diff --git a/doc/_templates/px/theme.conf b/doc/_templates/px/theme.conf new file mode 100644 index 0000000..4003c3a --- /dev/null +++ b/doc/_templates/px/theme.conf @@ -0,0 +1,4 @@ +[theme] +inherit = default + +[options] -- cgit v1.2.1