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/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/docutils.conf')
| -rw-r--r-- | docutils/docutils.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docutils/docutils.conf b/docutils/docutils.conf index 14171a711..c7a22a96b 100644 --- a/docutils/docutils.conf +++ b/docutils/docutils.conf @@ -5,15 +5,16 @@ datestamp: %Y-%m-%d %H:%M UTC generator: on
# These entries affect HTML output:
+[html writers]
+embed-stylesheet: no
+
[html4css1 writer]
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
-embed-stylesheet: no
# Prevent tools/buildhtml.py from processing certain text files.
[buildhtml application]
|
