From fe243bfa805cdf1544ad9fa39ceb0146fd930ff8 Mon Sep 17 00:00:00 2001 From: Marco Buttu Date: Tue, 24 Jan 2017 13:33:13 +0100 Subject: [PATCH] Added author name and changes (Sphinx 1.5.3) --- AUTHORS | 1 + CHANGES | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 24897985e..7c060cde8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,6 +20,7 @@ Other contributors, listed alphabetically, are: * Jakob Lykke Andersen -- Rewritten C++ domain * Henrique Bastos -- SVG support for graphviz extension * Daniel Bültmann -- todo extension +* Marco Buttu -- doctest extension (pyversion option) * Jean-François Burnol -- LaTeX improvements * Etienne Desautels -- apidoc module * Michael Droettboom -- inheritance_diagram extension diff --git a/CHANGES b/CHANGES index 4fd15bf89..70f5aeeb8 100644 --- a/CHANGES +++ b/CHANGES @@ -73,6 +73,8 @@ Deprecated Features added -------------- +* #3303: Added ``:pyversion:`` option to the doctest directive + Bugs fixed ----------