summaryrefslogtreecommitdiff
path: root/tests/roots/test-build-htmlhelp/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-1/+0
|
* test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-1/+0
|
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-2/+0
|
* [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ↵animalize2018-12-231-0/+4
(#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: `'` -> `'`.