summaryrefslogtreecommitdiff
path: root/docutils/docs/user/config.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-02 23:04:27 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-02 23:04:27 +0000
commit327493250f147bdb6e60a5cefafee46cdc4e8acb (patch)
tree5fff5ac653669b7cc646922c53286db97c7d10de /docutils/docs/user/config.txt
parent7457c3e1896cfe3807929a2e1a18531e02a05f20 (diff)
downloaddocutils-327493250f147bdb6e60a5cefafee46cdc4e8acb.tar.gz
Revert addition of `io.OutString` and the "auto_encode" argument.
We need a review of the "string output" interface and a consensus on the "clean" end-state before starting with the implementation. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9369 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user/config.txt')
-rw-r--r--docutils/docs/user/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index a6d5ed398..a09572912 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -476,7 +476,7 @@ record_dependencies
Path to a file where Docutils will write a list of files that were
required to generate the output, e.g. included files or embedded
-stylesheets [#dependencies]_. [#pwd]_ The format is one path per
+stylesheets. [#dependencies]_ [#pwd]_ The format is one path per
line with forward slashes as separator, the encoding is UTF-8.
Set to ``-`` in order to write dependencies to stdout.