summaryrefslogtreecommitdiff
path: root/sphinx/cmd
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2019-01-024-4/+4
* Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-172-2/+2
* Fix #5557: quickstart: --no-batchfile isn't honoredTakeshi KOMIYA2018-11-011-5/+5
* Fix mypy violationsTakeshi KOMIYA2018-10-161-2/+2
* Fix #5418: Incorrect default path for sphinx-build -d/doctrees filesTakeshi KOMIYA2018-09-131-1/+1
* Fix #5127: quickstart: ``Makefile`` and ``make.bat`` are not overwritten if e...Takeshi KOMIYA2018-09-031-1/+1
* Merge branch '1.7' into 1.8Takeshi KOMIYA2018-08-291-2/+10
|\
| * Fix #5335: quickstart: escape sequence has been displayed with MacPorts' pythonTakeshi KOMIYA2018-08-251-2/+10
* | Merge branch '1.7'Takeshi KOMIYA2018-08-191-1/+7
|\ \ | |/
| * Fix #5294: sphinx-quickstart blank prompts in PowerShellTakeshi KOMIYA2018-08-171-1/+7
* | Fix #4911: Allow make latexpdf on WindowsTakeshi KOMIYA2018-08-131-4/+14
* | quickstart: epub builder is enabled by defaultTakeshi KOMIYA2018-08-051-8/+0
* | Merge branch '1.7'Takeshi KOMIYA2018-08-041-1/+1
|\ \ | |/
* | Merge branch 'master' into 4614_keep_goingTakeshi KOMIYA2018-07-312-1/+166
|\ \
| * | Move sphinx.make_mode to under sphinx.cmdTakeshi KOMIYA2018-07-292-1/+166
* | | Closes #4614: sphinx-build: Add :option:`--keep-going` option to show all war...Takeshi KOMIYA2018-07-231-1/+3
|/ /
* | Merge branch '1.7'Takeshi KOMIYA2018-07-151-1/+1
|\ \ | |/
| * Fix sphinx-build: ``sphinx.cmd.build.main()`` refers ``sys.argv`` instead of ...Takeshi KOMIYA2018-06-301-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-06-161-4/+10
|\ \ | |/
| * Fix #5036: quickstart: Typing Ctrl-U clears the whole of lineTakeshi KOMIYA2018-06-111-4/+10
* | Let docutils know the location of ``docutils.conf`` for SphinxTakeshi KOMIYA2018-04-221-1/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-03-191-1/+1
|\ \ | |/
* | Merge branch '1.7'Takeshi KOMIYA2018-03-182-4/+4
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-132-4/+4
* | Make sphinx-* commands translatableTakeshi KOMIYA2018-03-032-179/+181
* | Supports i18n console outputTakeshi KOMIYA2018-02-252-1/+11
* | 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