summaryrefslogtreecommitdiff
path: root/sphinx/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Makefiles: Include clean in help messageAaron Carlisle2020-10-051-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-05-172-4/+5
|\ \ | |/
| * 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-092-4/+4
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-40/+2
|/
* refactor: Import libraries at the top of script (if no reason)Takeshi KOMIYA2020-03-211-3/+2
* Ignore bdb.BdbQuit when handling exceptionsDaniel Hahler2020-03-101-0/+5
* build: start description lower-casedRafael Fontenelle2020-03-081-1/+1
* Merge branch '2.0'Takeshi KOMIYA2020-01-014-4/+4
|\
| * A happy new year!Takeshi KOMIYA2020-01-014-4/+4
* | 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-10-061-1/+1
|\ \ | |/
| * Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-07-131-1/+1
|\ \ | |/
| * Fix #6549: sphinx-build: Escaped characters in error messagesTakeshi KOMIYA2019-07-061-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-07-013-85/+40
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.cmd.make_modeTakeshi KOMIYA2019-06-301-25/+11
| * Migrate to py3 style type annotation: sphinx.cmd.quickstartTakeshi KOMIYA2019-06-301-44/+22
| * Migrate to py3 style type annotation: sphinx.cmd.buildTakeshi KOMIYA2019-06-301-16/+7
* | 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-022-2/+2
|\ \ | |/
| * Merge branch '2.0.2' into 2.0Takeshi KOMIYA2019-06-022-2/+2
| |\
| | * Fix capitalization to match other messagesjfbu2019-04-171-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
* | | Merge branch '2.0'Takeshi KOMIYA2019-04-141-0/+8
|\ \ \ | |/ /
| * | Fix #6271: make clean is catastrophically broken if building into '.'Takeshi KOMIYA2019-04-131-0/+8
* | | refactor quickstartTakeshi KOMIYA2019-04-011-80/+76
|/ /
* | code snippet should not be a translation targetTakayuki SHIMIZUKAWA2019-03-251-1/+1
* | Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-6/+5
* | Support --keep-going with BuildDoc setup command (#6180)Daniel Hahler2019-03-171-1/+1
|/
* Closes #4148: quickstart: some questions are removedTakeshi KOMIYA2019-02-121-12/+12
* refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA2019-02-111-2/+1
* 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-024-4/+4
|\
| * A happy new year!Takeshi KOMIYA2019-01-024-4/+4
* | Replace use of six.text_type with strJon Dufresne2018-12-182-9/+6
* | Merge branch '1.8'Takeshi KOMIYA2018-12-182-2/+2
|\ \ | |/
| * Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-172-2/+2
* | 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