summaryrefslogtreecommitdiff
path: root/sphinx/cmd/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-12-221-5/+5
|\ \ | |/
| * Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-5/+5
* | Merge branch '2.0'Takeshi KOMIYA2019-07-011-44/+22
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.cmd.quickstartTakeshi KOMIYA2019-06-301-44/+22
* | Merge branch '2.0'Takeshi KOMIYA2019-06-151-1/+1
|\ \ | |/
| * Fix #6464: updated invalid links of language codes in quickstart and all loca...Bingyao Liu2019-06-091-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-06-021-1/+1
|\ \ | |/
| * Fix the string in quickstart for 'path' argument of parserjfbu2019-04-141-1/+1
| * Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-191-6/+5
* | refactor quickstartTakeshi KOMIYA2019-04-011-80/+76
* | Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-6/+5
|/
* Closes #4148: quickstart: some questions are removedTakeshi KOMIYA2019-02-121-12/+12
* Remove unused template variablesTakeshi KOMIYA2019-02-111-13/+1
* refactor: Use repr() to make escaped string in template for conf.pyTakeshi KOMIYA2019-01-031-7/+0
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-5/+3
* | Merge branch '1.8'Takeshi KOMIYA2018-12-181-1/+1
|\ \ | |/
| * Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-171-1/+1
* | Deprecate quickstart.term_decode() and remove internal usesJon Dufresne2018-12-171-2/+4
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA2018-12-161-1/+1
|\ \
| * | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
* | | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-2/+2
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-18/+17
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Simplify ensuredir() with Python3 stdlib featuresJon Dufresne2018-11-201-3/+2
* | Remove use of six.binary_typeJon Dufresne2018-11-111-6/+1
* | Remove use six.move moduleTakeshi KOMIYA2018-11-121-2/+2
* | Merge branch '1.8'jfbu2018-11-061-5/+5
|\ \ | |/
| * Fix #5557: quickstart: --no-batchfile isn't honoredTakeshi KOMIYA2018-11-011-5/+5
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-2/+2
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-2/+2
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+0
* | Merge branch 'master' into openTakeshi KOMIYA2018-09-221-21/+8
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-21/+8
| |/
* | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-2/+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
* | quickstart: epub builder is enabled by defaultTakeshi KOMIYA2018-08-051-8/+0