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/util/docfields.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/util/docfields.py')
| -rw-r--r-- | sphinx/util/docfields.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/docfields.py b/sphinx/util/docfields.py index 3050942a..7e167d9e 100644 --- a/sphinx/util/docfields.py +++ b/sphinx/util/docfields.py @@ -6,7 +6,7 @@ "Doc fields" are reST field lists in object descriptions that will be domain-specifically transformed to a more appealing presentation. - :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. """ |
