diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-11-06 18:15:21 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-11-06 18:15:21 +0000 |
| commit | 0fda785cb6ede8a886501d13a4138215441863b8 (patch) | |
| tree | 975f582a9c56c39c02f8d18c303a230d36595146 /docutils/tools/docutils.conf | |
| parent | 70e72b98f08f48a8565dae5cb7ee31c9bd7e2e90 (diff) | |
| download | docutils-0fda785cb6ede8a886501d13a4138215441863b8.tar.gz | |
Update and document configuration section dependencies.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8412 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/docutils.conf')
| -rw-r--r-- | docutils/tools/docutils.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docutils/tools/docutils.conf b/docutils/tools/docutils.conf index f4bcf8c6c..118a81d67 100644 --- a/docutils/tools/docutils.conf +++ b/docutils/tools/docutils.conf @@ -5,8 +5,15 @@ datestamp: %Y-%m-%d %H:%M UTC generator: on # These entries affect HTML output: +[html writers] +embed-stylesheet: no + [html4css1 writer] # Required for docutils-update, the website build system: stylesheet-path: ../docutils/writers/html4css1/html4css1.css -embed-stylesheet: no field-name-limit: 20 + +[html5 writer] +stylesheet-dirs: ../docutils/writers/html5_polyglot/ +stylesheet-path: minimal.css, plain.css + |
