index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
builders
/
htmlhelp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-42
/
+0
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Migrate to py3 style type annotation: sphinx.builders.htmlhelp
Takeshi KOMIYA
2019-06-10
1
-8
/
+3
*
Fix deprecation warnings for sphinx.builder.htmlhelp is not shown
Takeshi KOMIYA
2019-04-05
1
-1
/
+1
*
Separate htmlhelp to sphinxcontrib package
Takeshi KOMIYA
2019-02-15
1
-355
/
+17
*
refactor: htmlhelp: Generate .hhc file from template
Takeshi KOMIYA
2019-02-09
1
-57
/
+79
*
refactor: htmlhelp: Generate .hhp file from template
Takeshi KOMIYA
2019-02-09
1
-43
/
+33
*
refactor: htmlhelp: Copy .stp file from template
Takeshi KOMIYA
2019-02-09
1
-24
/
+22
*
refactor: Repalce HTMLHelpBuilder.open_file() by standard open()
Takeshi KOMIYA
2019-01-03
1
-4
/
+12
*
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
-18
/
+12
|
\
\
|
|
/
|
*
refactor chm_htmlescape()
Takeshi KOMIYA
2018-12-24
1
-18
/
+16
*
|
Fix mypy violations
Takeshi KOMIYA
2018-12-24
1
-2
/
+2
*
|
Fix typo
Takeshi KOMIYA
2018-12-24
1
-1
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-12-24
1
-3
/
+22
|
\
\
|
|
/
|
*
[1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files (...
animalize
2018-12-23
1
-3
/
+22
*
|
Merge pull request #5819 from jdufresne/coding-comment
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
|
\
\
|
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
|
Deprecate sphinx.config.string_classes; remove all internal uses
Jon Dufresne
2018-12-16
1
-3
/
+2
|
/
/
*
|
Merge pull request #5796 from jdufresne/super
Takeshi KOMIYA
2018-12-16
1
-2
/
+2
|
\
\
|
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-2
/
+2
*
|
|
Replace pycompat.htmlescape() by html.escape()
Takeshi KOMIYA
2018-12-16
1
-3
/
+3
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-9
/
+8
*
|
Remove print_function feature
Takeshi KOMIYA
2018-12-15
1
-1
/
+0
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
|
Fix annotations for builders
Takeshi KOMIYA
2018-12-02
1
-5
/
+3
*
|
quickstart: Simplify generated conf.py (for htmlhelp)
Takeshi KOMIYA
2018-12-02
1
-2
/
+9
*
|
Fix annotations for builders
Takeshi KOMIYA
2018-11-29
1
-1
/
+1
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-2
/
+2
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Prefer https:// links where available
Jon Dufresne
2018-09-23
1
-2
/
+3
*
|
Prefer builtin open() over io.open() and codecs.open()
Jon Dufresne
2018-09-11
1
-3
/
+2
*
|
Fix #4018: htmlhelp: Add htmlhelp_file_suffix and htmlhelp_link_suffix
Takeshi KOMIYA
2018-09-08
1
-2
/
+5
|
/
*
Merge branch '1.7'
Takeshi KOMIYA
2018-04-18
1
-0
/
+2
|
\
|
*
Sort .hhp file list
Bernhard M. Wiedemann
2018-04-14
1
-0
/
+2
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
*
|
Make console and warning messages translatable
Takeshi KOMIYA
2018-03-03
1
-6
/
+7
|
/
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+2
*
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-1
/
+1
*
builders: Add 'Builder.epilog' option
Stephen Finucane
2018-01-11
1
-0
/
+2
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
Fix for reproducibility of htmlhelp and qthelp builds
Dmitry Shachnev
2017-12-12
1
-1
/
+1
*
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Upgrade to mypy-0.5
Takeshi KOMIYA
2017-03-03
1
-1
/
+1
*
|
Fix mypy violations
Takeshi KOMIYA
2017-02-08
1
-1
/
+17
*
|
Add IndexEntries adapter
Takeshi KOMIYA
2017-01-28
1
-1
/
+2
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-01-12
1
-5
/
+5
|
\
\
|
|
/
[next]