diff options
| author | Georg Brandl <georg@python.org> | 2014-03-01 08:19:03 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-03-01 08:19:03 +0100 |
| commit | 238101f8739eee4bd74bd49609225ec12f674d63 (patch) | |
| tree | 35159578e9e4fa7c3570846be8ff28165a50bcdc /tests/test_linkcode.py | |
| parent | cc739105acbc44812a12116bf89f9d3c1265cfc8 (diff) | |
| parent | b59045eb6bc795211626df0930998c8aa36b47e6 (diff) | |
| download | sphinx-238101f8739eee4bd74bd49609225ec12f674d63.tar.gz | |
Merged in techtonik/sphinx (pull request #223)
make.bat: Try to find Sphinx through Python if it can not be found
Diffstat (limited to 'tests/test_linkcode.py')
| -rw-r--r-- | tests/test_linkcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linkcode.py b/tests/test_linkcode.py index 190c3bf2..83b72098 100644 --- a/tests/test_linkcode.py +++ b/tests/test_linkcode.py @@ -5,7 +5,7 @@ Test the sphinx.ext.linkcode extension. - :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
