diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-07-05 00:10:47 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-07-05 00:10:47 +0900 |
commit | 44f4b2ad97bd36f938b1a64462ebb466334c8c80 (patch) | |
tree | 9d6d329d7bad2e6e7146aedb4c2a9ceb9416023e /sphinx/application.py | |
parent | 6d5478b04b04ff4271756a19f8e50535d20cc7c8 (diff) | |
parent | 62a9b324a2230d0c8dbfde579abd7ce4ec42d4fb (diff) | |
download | sphinx-git-44f4b2ad97bd36f938b1a64462ebb466334c8c80.tar.gz |
Merge tag 'v3.1.0'
Diffstat (limited to 'sphinx/application.py')
-rw-r--r-- | sphinx/application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/application.py b/sphinx/application.py index 55a2889a7..4a82efcfa 100644 --- a/sphinx/application.py +++ b/sphinx/application.py @@ -161,7 +161,7 @@ class Sphinx: if path.exists(self.outdir) and not path.isdir(self.outdir): raise ApplicationError(__('Output directory (%s) is not a directory') % - self.srcdir) + self.outdir) if self.srcdir == self.outdir: raise ApplicationError(__('Source directory and destination ' |