From 48524dcecc312933291a3340f4a46b8bda075b0b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 11 Jan 2014 20:18:37 +0100 Subject: [PATCH] Closes #983: clarify "docstitle" behavior with singlehtml --- doc/templating.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/templating.rst b/doc/templating.rst index b9dfc683b..b9561b698 100644 --- a/doc/templating.rst +++ b/doc/templating.rst @@ -251,7 +251,8 @@ in the future. .. data:: docstitle - The title of the documentation (the value of :confval:`html_title`). + The title of the documentation (the value of :confval:`html_title`), except + when the "single-file" builder is used, when it is set to ``None``. .. data:: embedded