From fe4bc021f40d50fee314fd0f398f8689062d4e5e Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Sun, 11 Dec 2016 02:25:54 -0600 Subject: [PATCH] Fix doctest: Execute the block that disables syntax highlighting. --- doc/tutorial.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index d44e8f250..d9627deed 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -54,7 +54,9 @@ And some data on the host: .. }}} We'll also disable console syntax highlighting because it confuses -doctest:: +doctest: + +.. doctest:: >>> # not a documented interface >>> import loopy.options -- GitLab