summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-19 17:46:06 +0100
committerGeorg Brandl <georg@python.org>2014-01-19 17:46:06 +0100
commit2a8cf7c7781a4554adbcb4bae6bec2a40bfc156d (patch)
treeb8af16b65c565b458bc483d14a0d6498802d78f3 /CHANGES
parenta003cdbd2fcf73e24670568facda9bd6c5a73e76 (diff)
downloadsphinx-2a8cf7c7781a4554adbcb4bae6bec2a40bfc156d.tar.gz
The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``unused_docs`` have been removed.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4451a116..402487b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@ Incompatible changes
* Removed the ``sphinx.ext.oldcmarkup`` extension.
+* The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and
+ ``unused_docs`` have been removed.
+
* A new node, ``sphinx.addnodes.literal_strong``, has been added, for text that
should appear literally (i.e. no smart quotes) in strong font. Custom writers
will have to be adapted to handle this node.