From 6076b5588bc167f87d90f6c67bcf143c7713725e Mon Sep 17 00:00:00 2001 From: Yoshiki Shibukawa Date: Sat, 23 Jul 2016 07:42:10 +0900 Subject: [PATCH] fix document warning --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 8782e43d2..89fab1057 100644 --- a/CHANGES +++ b/CHANGES @@ -31,11 +31,11 @@ Incompatible changes * QtHelpBuilder uses ``nonav`` theme instead of default one to improve readability. * latex: To provide good default settings to Japanese docs, Sphinx uses ``jsbooks`` - as a docclass by default if the `language` is ``ja``. + as a docclass by default if the ``language`` is ``ja``. * latex: To provide good default settings to Japanese docs, Sphinx uses ``jreport`` and ``jsbooks`` as a docclass by default if the ``language`` is ``ja``. -* `sphinx-quickstart` now allows a project version is empty +* ``sphinx-quickstart`` now allows a project version is empty * Fix :download: role on epub/qthelp builder. They ignore the role because they don't support it. * ``sphinx.ext.viewcode`` doesn't work on epub building by default. ``viewcode_enable_epub`` option * ``sphinx.ext.viewcode`` disabled on singlehtml builder.