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
/
writers
/
html5.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fix annotations
Yves Chevallier
2019-08-08
1
-4
/
+8
|
*
|
Wrap <span> around sectnum in HTML titles
Yves Chevallier
2019-08-01
1
-1
/
+2
|
*
|
Add get_secnumber to simplify add_secnumber
Yves Chevallier
2019-08-01
1
-6
/
+9
*
|
|
Merge branch '2.0'
Takeshi KOMIYA
2019-11-30
1
-239
/
+123
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Migrate to py3 style type annotation: sphinx.writers.html5
Takeshi KOMIYA
2019-11-26
1
-247
/
+127
|
|
/
*
|
Merge commit '54d5fcfaebc3364044761d30c0fed6bd4d3052c3'
Takeshi KOMIYA
2019-06-02
1
-1
/
+1
|
\
\
|
|
/
|
*
Add :force: option to code directives
Takeshi KOMIYA
2019-06-01
1
-1
/
+1
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-06-01
1
-3
/
+3
|
\
\
|
|
/
|
*
Fix #4390: html: Consistent and semantic CSS for signatures
Takeshi KOMIYA
2019-05-29
1
-3
/
+3
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-04-07
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix #6263: html: HTML5Translator crashed with invalid field node
Takeshi KOMIYA
2019-04-07
1
-0
/
+1
*
|
Drop features and APIs deprecated in 1.8
Takeshi KOMIYA
2019-03-30
1
-32
/
+1
|
/
*
Fix #6096: html: Anchor links are not added to figures
Takeshi KOMIYA
2019-02-24
1
-3
/
+1
*
Fix HTML: Invalid HTML5 file is generated for glossary (refs: #4611)
Takeshi KOMIYA
2019-01-03
1
-0
/
+42
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Replace escape sequence '\u00B6' with literal 'ΒΆ'
Jon Dufresne
2018-12-20
1
-1
/
+1
*
|
Reorder the arguments for translators
Takeshi KOMIYA
2018-12-17
1
-4
/
+13
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-6
/
+6
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-10
/
+10
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-11
/
+10
*
|
Add docutils-stubs to test deps
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
|
Use nodes.Element for visitor/departure methods
Takeshi KOMIYA
2018-12-15
1
-102
/
+102
*
|
Remove SphinxTranslator.get_settings()
Takeshi KOMIYA
2018-12-12
1
-5
/
+3
*
|
Remove HTML5Translator.should_be_compact_paragraph() (unused)
Takeshi KOMIYA
2018-12-12
1
-12
/
+0
*
|
Add SphinxTranslator as an abstract class
Takeshi KOMIYA
2018-12-03
1
-14
/
+16
*
|
Fix annotations (minor fixes)
Takeshi KOMIYA
2018-12-03
1
-3
/
+5
*
|
Fix annotations for writers
Takeshi KOMIYA
2018-11-30
1
-3
/
+3
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-10
/
+10
*
|
Fix annotations for writers
Takeshi KOMIYA
2018-11-28
1
-5
/
+4
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Replace six.string_types with native str
Jon Dufresne
2018-11-21
1
-2
/
+1
*
|
Update type hints to HTML5 writer
Takeshi KOMIYA
2018-11-21
1
-104
/
+104
*
|
Use super() to call parent class's method
Jon Dufresne
2018-11-11
1
-1
/
+1
|
/
*
Fix #5471: Show appropriate warning for deprecated APIs
Takeshi KOMIYA
2018-10-17
1
-4
/
+4
*
Fix #5348: download reference to remote file is not displayed
Takeshi KOMIYA
2018-08-26
1
-4
/
+14
*
Merge branch 'master' into refactor_highlighter
Takeshi KOMIYA
2018-07-29
1
-5
/
+23
|
\
|
*
Implement math_renderer framework
Takeshi KOMIYA
2018-07-28
1
-5
/
+23
*
|
Refactor: Run highlightlang on resolving phase
Takeshi KOMIYA
2018-07-21
1
-24
/
+38
|
/
*
Merge branch '1.7'
Takeshi KOMIYA
2018-04-14
1
-1
/
+1
|
\
|
*
Fix #4817: wrong URLs on warning messages
Takeshi KOMIYA
2018-04-08
1
-1
/
+1
*
|
Merge branch 'master' into refactor_enumerable_nodes
Takeshi KOMIYA
2018-03-21
1
-2
/
+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
*
|
|
Add Domain#get_enumerable_node_type()
Takeshi KOMIYA
2018-03-17
1
-1
/
+1
|
/
/
*
|
Make console and warning messages translatable
Takeshi KOMIYA
2018-03-03
1
-7
/
+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
-3
/
+3
*
Fix #4079: Add notranslate class to let Google Translate know they are not tr...
Takeshi KOMIYA
2018-01-13
1
-3
/
+3
[prev]
[next]