summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)