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 /sphinx/errors.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 'sphinx/errors.py')
| -rw-r--r-- | sphinx/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py index aee21218..4d737e51 100644 --- a/sphinx/errors.py +++ b/sphinx/errors.py @@ -6,7 +6,7 @@ Contains SphinxError and a few subclasses (in an extra module to avoid circular import problems). - :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. """ |
