From e87d132020766153f692a7021d947a38c7359b59 Mon Sep 17 00:00:00 2001 From: Gael varoquaux Date: Sun, 15 May 2011 12:01:29 +0200 Subject: [PATCH] DOC: trim_doctests --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 6c278228a..b404a45bf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -91,6 +91,8 @@ # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +# Avoid '+DOCTEST...' comments in the docs +trim_doctest_flags = True # Options for HTML output # -----------------------