summaryrefslogtreecommitdiff
path: root/sphinx/cmd
Commit message (Expand)AuthorAgeFilesLines
* Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-062-2/+2
* 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-014-4/+4
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-014-4/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-11-123-5/+4
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-113-7/+5
* | 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
|/