Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate htmlhelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-15 | 1 | -131/+0 |
| | |||||
* | refactor: htmlhelp: Generate .hhc file from template | Takeshi KOMIYA | 2019-02-09 | 1 | -3/+48 |
| | |||||
* | refactor: htmlhelp: Generate .hhp file from template | Takeshi KOMIYA | 2019-02-09 | 1 | -0/+23 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-12-26 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | refactor chm_htmlescape() | Takeshi KOMIYA | 2018-12-24 | 1 | -1/+29 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-12-24 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | don't generate build files inside /tests/roots/ | animalize | 2018-12-23 | 1 | -24/+5 |
| | | |||||
| * | [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ↵ | animalize | 2018-12-23 | 1 | -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 files | Jon Dufresne | 2018-12-16 | 1 | -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 strings | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
| | |||||
* | quickstart: Simplify generated conf.py (for htmlhelp) | Takeshi KOMIYA | 2018-12-02 | 1 | -0/+9 |
| | |||||
* | Fix #4018: htmlhelp: Add htmlhelp_file_suffix and htmlhelp_link_suffix | Takeshi KOMIYA | 2018-09-08 | 1 | -0/+23 |