summaryrefslogtreecommitdiff
path: root/sphinx/builders/htmlhelp.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-42/+0
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.builders.htmlhelpTakeshi KOMIYA2019-06-101-8/+3
* Fix deprecation warnings for sphinx.builder.htmlhelp is not shownTakeshi KOMIYA2019-04-051-1/+1
* Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-355/+17
* refactor: htmlhelp: Generate .hhc file from templateTakeshi KOMIYA2019-02-091-57/+79
* refactor: htmlhelp: Generate .hhp file from templateTakeshi KOMIYA2019-02-091-43/+33
* refactor: htmlhelp: Copy .stp file from templateTakeshi KOMIYA2019-02-091-24/+22
* refactor: Repalce HTMLHelpBuilder.open_file() by standard open()Takeshi KOMIYA2019-01-031-4/+12
* 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-18/+12
|\ \ | |/
| * refactor chm_htmlescape()Takeshi KOMIYA2018-12-241-18/+16
* | Fix mypy violationsTakeshi KOMIYA2018-12-241-2/+2
* | Fix typoTakeshi KOMIYA2018-12-241-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-12-241-3/+22
|\ \ | |/
| * [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files (...animalize2018-12-231-3/+22
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Deprecate sphinx.config.string_classes; remove all internal usesJon Dufresne2018-12-161-3/+2
|/ /
* | Merge pull request #5796 from jdufresne/superTakeshi KOMIYA2018-12-161-2/+2
|\ \
| * | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-2/+2
* | | Replace pycompat.htmlescape() by html.escape()Takeshi KOMIYA2018-12-161-3/+3
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-9/+8
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+2
* | Fix annotations for buildersTakeshi KOMIYA2018-12-021-5/+3
* | quickstart: Simplify generated conf.py (for htmlhelp)Takeshi KOMIYA2018-12-021-2/+9
* | Fix annotations for buildersTakeshi KOMIYA2018-11-291-1/+1
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-2/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Prefer https:// links where availableJon Dufresne2018-09-231-2/+3
* | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-3/+2
* | Fix #4018: htmlhelp: Add htmlhelp_file_suffix and htmlhelp_link_suffixTakeshi KOMIYA2018-09-081-2/+5
|/
* Merge branch '1.7'Takeshi KOMIYA2018-04-181-0/+2
|\
| * Sort .hhp file listBernhard M. Wiedemann2018-04-141-0/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-6/+7
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+2
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix for reproducibility of htmlhelp and qthelp buildsDmitry Shachnev2017-12-121-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-1/+17
* | Add IndexEntries adapterTakeshi KOMIYA2017-01-281-1/+2
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-5/+5
|\ \ | |/