summaryrefslogtreecommitdiff
path: root/sphinx/cmd/quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-061-1/+1
* Fix flake8 errorsRaymond Sun2021-06-141-1/+10
* Edit messageRaymond Sun2021-06-121-1/+1
* Make quickstart just exit without repromptingRaymond Sun2021-06-121-5/+2
* Add fixRaymond Sun2021-06-111-1/+1
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-4/+23
* Merge branch '3.x'Takeshi KOMIYA2021-01-281-1/+5
|\
| * Fix #7118: quickstart: got Mojibake if libreadline unavailableTakeshi KOMIYA2021-01-251-1/+5
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-3/+2
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-281-1/+3
|\ \ | |/
| * Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` optionTakeshi KOMIYA2020-10-261-1/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-05-171-2/+3
|\ \ | |/
| * Resolve with absolute path casting.Álvaro Mondéjar2020-05-161-2/+1
| * Fix py35 incompatibility with PosixPathÁlvaro Mondéjar2020-05-111-1/+1
| * Fix multiple directory creation on quickstart script called with nested relat...Álvaro Mondéjar2020-05-101-0/+2
| * Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar2020-05-091-2/+2
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-40/+2
|/
* 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