summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-01-16 10:54:23 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-01-16 10:54:23 +0000
commitc7a32c5bfaf6027cbb1436925c01fed843bcdece (patch)
tree1074109c7a45dfb1d3f68ac1263390e986aeb217
parent6e1ab46f1d35a075b2fc8614f25b93a16fadc6a7 (diff)
downloaddocutils-c7a32c5bfaf6027cbb1436925c01fed843bcdece.tar.gz
Document buildhtml.py options "html_writer" and "dry-run".
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8462 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/HISTORY.txt5
-rw-r--r--docutils/docs/user/config.txt17
2 files changed, 19 insertions, 3 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt
index b92d75adb..fc887f1d4 100644
--- a/docutils/HISTORY.txt
+++ b/docutils/HISTORY.txt
@@ -110,10 +110,9 @@ Release 0.16
* tools/buildhtml.py
- - New option "--html-writer" allows to select "html__" (default),
- "html4" or "html5".
+ - New option `html-writer`_.
- __ html: docs/user/html.html#html
+ .. _html-writer: docs/user/config.html#html-writer
Release 0.15.1 (2019-07-24)
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index f280eb239..a4ea84290 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -1911,6 +1911,23 @@ This writer does not define specific settings.
[buildhtml application]
-----------------------
+dry_run
+~~~~~~~
+
+Do not process files, show files that would be processed.
+
+Default: False. Options: ``--dry-run``.
+
+html_writer
+~~~~~~~~~~~
+
+`HTML writer`_ version. One of "html", "html4", "html5".
+
+Default: "html" (use Docutils' default HTML writer).
+Options: ``--html-writer``
+
+.. _HTML writer: html.html
+
ignore
~~~~~~