summaryrefslogtreecommitdiff
path: root/sphinx/cmd
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-014-4/+4
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-5/+5
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
* Fix #6549: sphinx-build: Escaped characters in error messagesTakeshi KOMIYA2019-07-061-1/+1
* 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
* Fix #6464: updated invalid links of language codes in quickstart and all loca...Bingyao Liu2019-06-091-1/+1
* 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
* | Fix #6271: make clean is catastrophically broken if building into '.'Takeshi KOMIYA2019-04-131-0/+8
* | 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
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-164-4/+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-153-29/+27
* | Remove print_function featureTakeshi KOMIYA2018-12-153-3/+0
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-152-2/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-242-0/+2
* | Simplify ensuredir() with Python3 stdlib featuresJon Dufresne2018-11-201-3/+2
* | Remove use of six.binary_typeJon Dufresne2018-11-112-24/+3
* | 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 HEADTakeshi KOMIYA2018-09-222-24/+10
|\ \
| * \ Merge branch 'master' into openTakeshi KOMIYA2018-09-222-22/+9
| |\ \
| | * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-21/+8
| | |/
| | * Fix #5418: Incorrect default path for sphinx-build -d/doctrees filesTakeshi KOMIYA2018-09-131-1/+1
| * | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-2/+1
| |/