summaryrefslogtreecommitdiff
path: root/sphinx/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into move_cmdline_to_cmd.buildTakeshi KOMIYA2018-02-242-5/+5
|\ \ | |/
| * Merge pull request #4621 from tk0miya/4617_quickstart_argument_requiredTakeshi KOMIYA2018-02-171-1/+1
| |\
| | * Fix #4617: quickstart: PROJECT_DIR argument is requiredTakeshi KOMIYA2018-02-151-1/+1
| * | Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-142-4/+4
| |/
* | Fix mypy violationsTakeshi KOMIYA2018-02-171-2/+2
* | Adjust interface to sphinx.cmd.build with 1.7'sTakeshi KOMIYA2018-02-171-4/+24
* | Rename sphinx.cmdline to sphinx.cmd.buildTakeshi KOMIYA2018-02-171-0/+294
* | Remove sphinx.cmd.buildTakeshi KOMIYA2018-02-171-42/+0
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-4/+4
* A happy new year!Takeshi KOMIYA2018-01-013-3/+3
* Merge branch 'stable'jfbu2017-12-181-13/+6
* quickstart: Fix make_mode should be chosen by defaultTakeshi KOMIYA2017-12-161-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-12-141-2/+4
* quickstart: Rework how we collect extensionsStephen Finucane2017-12-031-61/+38
* quickstart: Rework 'do_prompt' functionStephen Finucane2017-12-031-44/+48
* quickstart: Simplify --(no-)option handlingStephen Finucane2017-12-031-21/+14
* Merge pull request #4173 from eric-wieser/patch-2Takeshi KOMIYA2017-10-221-15/+15
|\
| * fixupEric Wieser2017-10-201-2/+2
| * quickstart: fix return type of term_decodeEric Wieser2017-10-201-15/+15
* | Merge pull request #4097 from stephenfin/argparse-integrationTakayuki SHIMIZUKAWA2017-10-211-103/+87
|\ \ | |/ |/|
| * sphinx-quickstart: Move parser to a separate functionStephen Finucane2017-10-091-6/+19
| * sphinx-quickstart: Convert to argparseStephen Finucane2017-10-091-103/+74
* | Fix mypy violationsTakeshi KOMIYA2017-10-071-2/+2
|/
* sphinx-quickstart: Move code to 'sphinx.cmd'Stephen Finucane2017-10-021-0/+715
* sphinx-build: Move code out of 'sphinx.__init__'Stephen Finucane2017-10-022-0/+52