summaryrefslogtreecommitdiff
path: root/docutils/docs/user
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-02-06 21:34:19 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-02-06 21:34:19 +0000
commite697241c979603e828902177436c0b483ee780c8 (patch)
treeaad80cecdf0ed02e718c3ec3b53e86190dffe9c9 /docutils/docs/user
parentcd03b1f0575deb1fa36a9cd07e2230b156a6c053 (diff)
downloaddocutils-e697241c979603e828902177436c0b483ee780c8.tar.gz
Update documentation on planned changes.
Announce target versions for imminent changes. Announce raise of required minimal Python version to 3.9. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9326 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
-rw-r--r--docutils/docs/user/config.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index 5fb6b3011..2be4d5550 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -100,7 +100,7 @@ recognized:
List values can be comma- or colon-delimited.
-strip_classes_, strip_elements_with_classes_, smartquotes_locales_,
+strip_classes_, strip_elements_with_classes_, smartquotes_locales_,
stylesheet, stylesheet_dirs, stylesheet_path, legacy_class_functions_,
and use_bibtex_ use the comma as delimiter,
whitespace around list values is stripped. ::
@@ -371,7 +371,9 @@ input_encoding
The text encoding for input (use the empty string to restore the default).
-Default: auto-detect_ (None). Options: ``--input-encoding, -i``.
+Default: auto-detect_ (None). [#]_ Options: ``--input-encoding, -i``.
+
+.. [#] The default will change to "utf-8" in Docutils 0.22.
.. _auto-detect: ../api/publisher.html#encodings