summaryrefslogtreecommitdiff
path: root/sphinx/builders/dummy.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.builders.dummyTakeshi KOMIYA2019-06-101-20/+11
* Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-6/+5
* Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-1/+2
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+2
* Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+13
* builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+4
* fix for `make style-check`shimizukawa2016-02-141-1/+1
* add a dummy builder, for syntax checkersBuck Golemon2015-06-231-0/+36