diff options
Diffstat (limited to 'doc/sphinxext/linkcode.py')
-rw-r--r-- | doc/sphinxext/linkcode.py | 4 |
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) |