diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-07-29 00:47:21 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-07-29 00:47:21 +0000 |
| commit | bbc4d31500ace46dade8a0de27f2eb1015073e00 (patch) | |
| tree | d9b29f6c7332ea30fb747377965aa62f3d163d4a /docutils/docs | |
| parent | 2891659276326f320efe6d746d94542030026482 (diff) | |
| download | docutils-bbc4d31500ace46dade8a0de27f2eb1015073e00.tar.gz | |
clarified _stylesheet_required
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3776 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/user/config.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index 4ad94c5a7..d63b5b5bf 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -912,8 +912,11 @@ _`_source` Default: stdin (None). No command-line options. _`_stylesheet_required` - Used to disable stylesheet checking in writers that require a - stylesheet for correct rendering. For programmatic use only. + Writers that require stylesheets for correct rendering will check + and warn if valid stylesheet settings are absent. This setting is + used to enable stylesheet checking in writers and applications + that require a stylesheet, and disable checking in writers and + applications that don't. For programmatic use only. Default: required (1). No command-line options. |
