merge with trunk

This commit is contained in:
Georg Brandl
2010-01-17 18:29:16 +01:00
9 changed files with 58 additions and 50 deletions

View File

@@ -296,6 +296,14 @@ the following public API:
.. versionadded:: 0.5
.. method:: Sphinx.require_sphinx(version)
Compare *version* (which must be a ``major.minor`` version string,
e.g. ``'1.1'``) with the version of the running Sphinx, and abort the build
when it is too old.
.. versionadded:: 1.0
.. exception:: ExtensionError