summaryrefslogtreecommitdiff
path: root/sphinx/builders/singlehtml.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Remove expired deprecated_aliasTakeshi KOMIYA2021-05-161-13/+0
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-2/+2
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-8/+8
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-2/+1
* Preserve backwards compatibilityPeter Bell2020-07-161-4/+6
* Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-151-1/+3
* 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