summaryrefslogtreecommitdiff
path: root/sphinx/cmd/make_mode.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``Adam Turner2023-03-051-4/+9
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 604 typesAdam Turner2023-01-011-2/+1
* Use PEP 595 typesAdam Turner2023-01-011-3/+3
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-2/+2
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-6/+6
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* 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-2/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-2/+1
* | Makefiles: Include clean in help messageAaron Carlisle2020-10-051-0/+1
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
* Migrate to py3 style type annotation: sphinx.cmd.make_modeTakeshi KOMIYA2019-06-301-25/+11
* Fix #6271: make clean is catastrophically broken if building into '.'Takeshi KOMIYA2019-04-131-0/+8
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-5/+4
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Fix #4911: Allow make latexpdf on WindowsTakeshi KOMIYA2018-08-131-4/+14
* Merge branch '1.7'Takeshi KOMIYA2018-08-041-1/+1
* Move sphinx.make_mode to under sphinx.cmdTakeshi KOMIYA2018-07-291-0/+165