diff options
Diffstat (limited to 'tools/docutils.conf')
| -rw-r--r-- | tools/docutils.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/docutils.conf b/tools/docutils.conf new file mode 100644 index 000000000..9f218d3bf --- /dev/null +++ b/tools/docutils.conf @@ -0,0 +1,16 @@ +[general] +# These entries affect all processing: +source-link: yes +datestamp: %Y-%m-%d %H:%M UTC +generator: on + +[html4css1 writer] +# These entries affect HTML output: +stylesheet-path: stylesheets/default.css +field-name-limit: 20 + +[pep_html writer] +# These entries affect reStructuredText-style PEPs: +template: pep-html-template +stylesheet-path: stylesheets/pep.css +python-home: http://www.python.org |
