Add "doctest_global_setup" conf val.

This commit is contained in:
Georg Brandl
2008-12-15 12:33:13 +01:00
parent 7c02f11ec1
commit 5066f49fbe
3 changed files with 23 additions and 4 deletions

View File

@@ -16,14 +16,17 @@ New features added
* Extension API:
- There is now a Sphinx.add_lexer() method to add custom Pygments
lexers.
- There is now a ``Sphinx.add_lexer()`` method to be able to use
custom Pygments lexers easily.
* Other changes:
- Config overrides for single dict keys can now be given on the
command line.
- There is now a ``doctest_global_setup`` config value that can
be used to give setup code for all doctests in the documentation.
Release 0.5.1 (in development)
==============================