summaryrefslogtreecommitdiff
path: root/tests/roots/test-build-htmlhelp
Commit message (Collapse)AuthorAgeFilesLines
* Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-152-20/+0
|
* refactor: test: Remove unused settings from conf.pyTakeshi KOMIYA2019-02-141-64/+0
|
* test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-1/+0
|
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-2/+0
|
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
|
* [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ↵animalize2018-12-233-0/+87
(#5853) * htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files .hhc/.hhk files don't recognize hex escaping, we need convert hex escaping to decimal escaping. for example: `'` -> `'`.