diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-19 00:31:57 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-19 00:31:57 +0900 |
commit | 10991cdf671cb1dc4a7cdd4eb6efdea08c968ce3 (patch) | |
tree | 3db53c6cb387041c408aebb3ba61acbc5662a94d /sphinx/quickstart.py | |
parent | 8bc3691966232baafba4fd9bb4a7ce3e979a5f71 (diff) | |
parent | 8e73cbca5206e11b62838a90e9f935e7906e8b85 (diff) | |
download | sphinx-git-10991cdf671cb1dc4a7cdd4eb6efdea08c968ce3.tar.gz |
Merge branch '1.7'
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 4f38f2b6b..8cad0640b 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -27,6 +27,7 @@ def main(*args, **kwargs): RemovedInSphinx20Warning, stacklevel=2, ) + args = args[1:] # skip first argument to adjust arguments (refs: #4615) _main(*args, **kwargs) |