diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-23 08:15:31 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-23 08:15:31 -0400 |
| commit | e1d11fa4086cbddd5c28fd23da38be71b9190a66 (patch) | |
| tree | 432a86fcaecf41565af87785317a311639e77e0a /doc/_templates | |
| parent | 39dfb4c9348a1c2c07785edfd4bf93ee90795a3e (diff) | |
| download | python-coveragepy-e1d11fa4086cbddd5c28fd23da38be71b9190a66.tar.gz | |
Getting started with sphinx
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/px/layout.html | 11 | ||||
| -rw-r--r-- | doc/_templates/px/theme.conf | 4 |
2 files changed, 15 insertions, 0 deletions
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 -%} +<?xml version="1.0" encoding="utf-8" ?> +{%- endblock %} + +<page title='{{ title|striptags }}'> + +{%- block document %} + {% block body %} {% endblock %} +{%- endblock %} + +</page> 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]
|
