summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2012-12-09 19:31:21 +0200
committerPauli Virtanen <pav@iki.fi>2013-02-16 17:28:28 +0200
commitc5cb18f9486c5e6291e476890a3b6bef1424062c (patch)
treeb924cc698989c4532e42fa66a0d545be2194ead3
parentcedba8efabdcbbeb338a0683cf91b755ab5f9e5c (diff)
downloadnumpy-c5cb18f9486c5e6291e476890a3b6bef1424062c.tar.gz
DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstream
-rw-r--r--doc/sphinxext/linkcode.py4
1 files changed, 2 insertions, 2 deletions
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)