From 3be62bc412f4270022582aaaee0b6823652fe4b8 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 4 Sep 2014 08:57:36 +0200 Subject: Add extension version check ability with new config value "needs_extensions". --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a56c147f..54f329d9 100644 --- a/CHANGES +++ b/CHANGES @@ -27,8 +27,9 @@ Features added * Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring support. * Added support for extension versions (a string returned by ``setup()``, these - can be shown in the traceback log files). In the future this might also be - used for version checking. + can be shown in the traceback log files). Version requirements for extensions + can be specified in projects using the new :confval:`needs_extensions` config + value. * PR#214: Added stemming support for 14 languages, so that the built-in document search can now handle these. Thanks to Shibukawa Yoshiki. * PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields -- cgit v1.2.1