diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-28 19:55:59 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-28 19:55:59 +0000 |
| commit | d113f219934ef4e7a175ef5c113454e368aeffec (patch) | |
| tree | 8c96d38423b192985ae8d6541e57c9320d0cd572 /docutils/tools/docutils.conf | |
| parent | e1f309b760a476d107181b18ad13114cc2633ed5 (diff) | |
| download | docutils-d113f219934ef4e7a175ef5c113454e368aeffec.tar.gz | |
Made footer options persistent.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@410 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/docutils.conf')
| -rw-r--r-- | docutils/tools/docutils.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docutils/tools/docutils.conf b/docutils/tools/docutils.conf index 5d53f9b7d..88838eac6 100644 --- a/docutils/tools/docutils.conf +++ b/docutils/tools/docutils.conf @@ -1,5 +1,10 @@ [options] +# These entries affect all processing: +source-link: 1 +datestamp: %%Y-%%m-%%d %%H:%%M UTC +generator: 1 + # These entries affect reStructuredText-style PEPs: pep-stylesheet: stylesheets/pep.css python-home: http://www.python.org |
