summaryrefslogtreecommitdiff
path: root/sphinx/builders/singlehtml.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-4/+4
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+2
* Migrate to py3 style type annotation: sphinx.builders.singlehtmlTakeshi KOMIYA2019-06-101-31/+16
* Fix #6245: circular import error on importing SerializingHTMLBuilderTakeshi KOMIYA2019-04-051-0/+9
* singlehtml: refactor with progress_message()Takeshi KOMIYA2019-02-111-23/+23
* Give "nonl=True" value to logging.info() instead of intTakeshi KOMIYA2019-01-191-3/+3
* Move SingleFileHTMLBuilder to sphinx.builders.singlehtml packageTakeshi KOMIYA2019-01-111-0/+215