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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support docutils-0.18: Consume iterator of Element.traverse()
Takeshi KOMIYA
2021-10-27
2
-3
/
+3
*
LaTeX: fix '\raggedright' escaping causing "aggedright" text
Andrey Mazo
2021-10-15
1
-1
/
+1
*
Merge pull request #9717 from tk0miya/9710_even_odd_rows
Takeshi KOMIYA
2021-10-10
2
-17
/
+57
|
\
|
*
Fix #9710: html: Wrong styles for even/odd rows in nested tables
Takeshi KOMIYA
2021-10-09
2
-17
/
+57
*
|
refactor: Node.traverse() will returns generator since 0.18
Takeshi KOMIYA
2021-10-10
2
-2
/
+2
|
/
*
Fix local file download by encoding URL
Johannes Aalto
2021-09-24
2
-2
/
+6
*
Merge pull request #9594 from hkuno/pr/no_empty_desc_4.x
Takeshi KOMIYA
2021-09-11
1
-3
/
+4
|
\
|
*
Omit NAME section if blank description
Harumi Kuno
2021-09-05
1
-3
/
+3
|
*
skip empty description
Harumi Kuno
2021-08-30
1
-2
/
+3
*
|
Fix typos discovered by codespell
Christian Clauss
2021-09-08
1
-1
/
+1
|
/
*
Improve sphinx.writers.text docstrings
Louis Maddox
2021-07-18
1
-18
/
+17
*
Improve docstring in sphinx.writers.manpage
Louis Maddox
2021-07-18
1
-1
/
+1
*
Improve docstrings in sphinx.writers.latex
Louis Maddox
2021-07-18
1
-5
/
+4
*
Typo fix in sphinx.writers.html5 docstring
Louis Maddox
2021-07-18
1
-1
/
+1
*
Merge pull request #9225 from doerwalter/typehint-html
Takeshi KOMIYA
2021-07-11
2
-4
/
+8
|
\
|
*
Remove configuration option html_signaturereturn_icon.
Walter Doerwald
2021-06-14
2
-6
/
+6
|
*
Add configuration option html_signaturereturn_icon for the arrow before a ret...
Walter Doerwald
2021-05-16
2
-2
/
+6
|
*
Rename CSS classes for return type hint HTML markup.
Walter Doerwald
2021-05-16
2
-4
/
+4
|
*
Add HTML markup to the return type hint.
Walter Doerwald
2021-05-16
1
-2
/
+2
*
|
Fix typo
Eisuke Kawashima
2021-07-08
1
-2
/
+2
*
|
Merge pull request #9358 from jonels-msft/menu-headings
Takeshi KOMIYA
2021-07-07
2
-2
/
+2
|
\
\
|
*
|
Provide more semantic structure for screen-readers
Joe Nelson
2021-06-17
2
-2
/
+2
*
|
|
Merge pull request #9401 from tk0miya/9387_custom_visitors_for_xml
Takeshi KOMIYA
2021-07-07
1
-1
/
+3
|
\
\
\
|
*
|
|
Fix #9387: xml: XML Builder ignores custom visitors
Takeshi KOMIYA
2021-07-04
1
-1
/
+3
*
|
|
|
Merge branch 'sphinx-doc:4.x' into container-latex
David A. Ham
2021-07-04
2
-2
/
+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix :samp:`{var}` in manual pages.
Martin Liska
2021-06-16
1
-1
/
+4
|
|
/
/
|
*
|
Fix #9313
jfbu
2021-06-08
1
-1
/
+1
|
|
/
*
|
Changes requested by review.
David Ham
2021-07-04
1
-2
/
+2
*
|
Remove superfluous groupings.
David Ham
2021-05-12
1
-2
/
+2
*
|
Refactor to one environment per class.
David Ham
2021-05-04
1
-3
/
+5
*
|
Support containers in LaTeX output.
David Ham
2021-05-03
1
-2
/
+4
|
/
*
Decl styling, handle desc_inline in manpage and texinfo
Jakob Lykke Andersen
2021-04-12
2
-6
/
+28
*
Decl styling, update writers
Jakob Lykke Andersen
2021-04-12
4
-32
/
+86
*
Decl styling, consistent monospace
Jakob Lykke Andersen
2021-04-12
1
-4
/
+4
*
Decl styling, make desc_inline node
Jakob Lykke Andersen
2021-04-12
1
-0
/
+6
*
Decl styling, move static classes to addnodes from HTML5 writer
Jakob Lykke Andersen
2021-04-12
2
-9
/
+9
*
Decl styling, move desc dynamic classes to domain base class
Jakob Lykke Andersen
2021-04-12
2
-12
/
+26
*
Decl styling, docs and restructuring
Jakob Lykke Andersen
2021-04-12
1
-6
/
+16
*
Merge pull request #9053 from tk0miya/title_node_for_toctree_caption
Takeshi KOMIYA
2021-04-09
2
-2
/
+12
|
\
|
*
Fix #8870: Use title node for the caption of toctree
Takeshi KOMIYA
2021-04-09
2
-2
/
+12
*
|
refactor: Use PEP-526 based variable annotation (sphinx.writers)
Takeshi KOMIYA
2021-03-13
6
-84
/
+74
*
|
refactor: LaTeX: Use raw strings for LaTeX macros
Takeshi KOMIYA
2021-02-26
1
-185
/
+181
*
|
Merge branch '3.x'
Takeshi KOMIYA
2021-02-13
1
-147
/
+148
|
\
\
|
|
/
|
*
refactor: LaTeX: replace \n\n by a constant BLANKLINE
Takeshi KOMIYA
2021-02-11
1
-15
/
+16
|
*
refactor: LaTeX: replace \n by a constant CR
Takeshi KOMIYA
2021-02-11
1
-145
/
+145
*
|
Merge branch '3.x' into merge_3.x_into_master
jfbu
2021-02-09
1
-1
/
+8
|
\
\
|
|
/
|
*
s/node.attributes/node/ at one other location
jfbu
2021-02-09
1
-1
/
+1
|
*
Update sphinx/writers/latex.py
Jean-François B
2021-02-09
1
-1
/
+1
|
*
Merge branch '3.x' into latex_hyperlinked_caption_footnotes_on_3.x
jfbu
2021-02-09
1
-22
/
+35
|
|
\
|
*
|
Extra references to explicitly numbered footnote get page indication
jfbu
2021-02-06
1
-0
/
+5
[next]