diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-31 01:41:46 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-31 01:41:46 +0000 |
| commit | 7309bef0b60c04f96f3c07d7e72db2736a6e87bb (patch) | |
| tree | 3ceca956a3e3b153d0934224b51fc5adf421fe00 /docutils/tools/docutils.conf | |
| parent | 84d5d423db72b1a98cb9fc067fe479efa267b71c (diff) | |
| download | docutils-7309bef0b60c04f96f3c07d7e72db2736a6e87bb.tar.gz | |
updated for improved front-end handling
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@423 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/docutils.conf')
| -rw-r--r-- | docutils/tools/docutils.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docutils/tools/docutils.conf b/docutils/tools/docutils.conf index 26ddddb5c..4dfabae6e 100644 --- a/docutils/tools/docutils.conf +++ b/docutils/tools/docutils.conf @@ -5,7 +5,11 @@ source-link: 1 datestamp: %Y-%m-%d %H:%M UTC generator: 1 +# These entries affect HTML output: +stylesheet: default.css + # These entries affect reStructuredText-style PEPs: +pep-template: pep-html-template pep-stylesheet: stylesheets/pep.css python-home: http://www.python.org no-random: 1 |
