diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2023-02-07 14:24:37 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2023-02-07 14:24:37 +0000 |
| commit | 96a69cf4d519ccd74d672999ec06516be0bf3a3b (patch) | |
| tree | dd51f523d83fee74b87281a77ae98bb4a24abdaa /docutils/docs | |
| parent | c300cba6aaac98dd17b89cc55e5dbbd9e3970b18 (diff) | |
| download | docutils-96a69cf4d519ccd74d672999ec06516be0bf3a3b.tar.gz | |
New general setting "output".
This setting obsoletes the positional argument <destination>.
Cf. the announcement of command line pattern changes in the
RELEASE-NOTES.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9328 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/user/config.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index 2be4d5550..c27e4eeb2 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -420,6 +420,21 @@ Default: English ("en"). Options: ``--language, -l``. .. _class attribute: ../ref/doctree.html#classes + +output +------ + +The name of the output destination. Use ``-`` for stdout. + +Obsoletes the ``<destination>`` positional argument +(cf. `Future changes`_ in the RELEASE-NOTES). + +Default: None (stdout). Option: ``--output``. + +New in Docutils 0.20. + +.. _Future changes: ../../RELEASE-NOTES.html#future-changes + output_encoding --------------- |
