From c5cb18f9486c5e6291e476890a3b6bef1424062c Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 9 Dec 2012 19:31:21 +0200 Subject: DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstream --- doc/sphinxext/linkcode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/sphinxext') diff --git a/doc/sphinxext/linkcode.py b/doc/sphinxext/linkcode.py index e3ec9aa9d..670dfe15f 100644 --- a/doc/sphinxext/linkcode.py +++ b/doc/sphinxext/linkcode.py @@ -10,8 +10,8 @@ """ import warnings -warnings.warn("This extension has been submitted to Sphinx upstream. " - "Use the version from there if it is accepted " +warnings.warn("This extension has been accepted to Sphinx upstream. " + "Use the version from there (Sphinx >= 1.2) " "https://bitbucket.org/birkenfeld/sphinx/pull-request/47/sphinxextlinkcode", FutureWarning, stacklevel=1) -- cgit v1.2.1