summaryrefslogtreecommitdiff
path: root/tests/test_build_htmlhelp.py
Commit message (Collapse)AuthorAgeFilesLines
* Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-131/+0
|
* refactor: htmlhelp: Generate .hhc file from templateTakeshi KOMIYA2019-02-091-3/+48
|
* refactor: htmlhelp: Generate .hhp file from templateTakeshi KOMIYA2019-02-091-0/+23
|
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Merge branch '1.8'Takeshi KOMIYA2018-12-261-0/+16
|\ \ | |/
| * refactor chm_htmlescape()Takeshi KOMIYA2018-12-241-1/+29
| |
* | Merge branch '1.8'Takeshi KOMIYA2018-12-241-0/+16
|\ \ | |/
| * don't generate build files inside /tests/roots/animalize2018-12-231-24/+5
| |
| * [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ↵animalize2018-12-231-0/+45
| | | | | | | (#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: `'` -> `'`.
* Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
|
* quickstart: Simplify generated conf.py (for htmlhelp)Takeshi KOMIYA2018-12-021-0/+9
|
* Fix #4018: htmlhelp: Add htmlhelp_file_suffix and htmlhelp_link_suffixTakeshi KOMIYA2018-09-081-0/+23