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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #7120: html: crashed when on scaling SVG images which have float dimentions
Takeshi KOMIYA
2020-02-09
1
-0
/
+2
*
Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:
Takeshi KOMIYA
2020-02-07
1
-1
/
+1
*
Merge branch '2.0' into 6418_autodoc_typehints_description
Takeshi KOMIYA
2020-01-30
1
-0
/
+2
|
\
|
*
Deprecate sphinx.util.inspect:safe_getmembers()
Takeshi KOMIYA
2020-01-25
1
-0
/
+2
*
|
Add a new extension: sphinx.ext.autodoc.typehints
Takeshi KOMIYA
2020-01-25
1
-0
/
+2
|
/
*
Fix #7023: autodoc: nested partial functions are not listed
Takeshi KOMIYA
2020-01-17
1
-6
/
+14
*
Merge branch '2.0' into refactor_SphinxTranslator2
Takeshi KOMIYA
2020-01-11
1
-6
/
+105
|
\
|
*
Merge pull request #7012 from tk0miya/support_pep570
Takeshi KOMIYA
2020-01-11
1
-5
/
+11
|
|
\
|
|
*
autodoc: Support Positional-Only Argument separator (PEP-570 compliant)
Takeshi KOMIYA
2020-01-11
1
-5
/
+11
|
*
|
refactor: Simplify stringify_signature()
Takeshi KOMIYA
2020-01-11
1
-23
/
+13
|
|
/
|
*
Merge pull request #7002 from tk0miya/refactor_Signature2
Takeshi KOMIYA
2020-01-11
1
-6
/
+109
|
|
\
|
|
*
refactor: Add sphinx.util.inspect.signature()
Takeshi KOMIYA
2020-01-09
1
-6
/
+109
*
|
|
SphinxTranslator calls visitor/departure method for super node class
Takeshi KOMIYA
2020-01-10
1
-1
/
+40
|
/
/
*
|
Merge pull request #6996 from tk0miya/refactor_kwargs
Takeshi KOMIYA
2020-01-09
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
refactor: Rename var keyword argument to "**kwargs"
Takeshi KOMIYA
2020-01-08
1
-10
/
+10
*
|
Adds Adobe Illustrator (.ai) to sphinx.ext.imgconverter
Modelmat
2020-01-08
1
-0
/
+1
|
/
*
Add sphinx.util.typing:stringify() to represent annotations as string
Takeshi KOMIYA
2020-01-05
2
-156
/
+173
*
Add sphinx.util.nodes:make_id() to generate better node_id
Takeshi KOMIYA
2020-01-02
1
-0
/
+23
*
A happy new year!
Takeshi KOMIYA
2020-01-01
29
-29
/
+29
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
9
-17
/
+19
*
Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encoding
Takeshi KOMIYA
2019-12-27
1
-0
/
+2
*
Deprecate sphinx.util:get_module_source()
Takeshi KOMIYA
2019-12-27
1
-0
/
+2
*
Migrate to py3 style type annotation: sphinx.util
Takeshi KOMIYA
2019-12-25
1
-2
/
+1
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-1
/
+1
*
Fix #6855: Non-RST translated text should be parsed by the appropriate parser
James McKinney
2019-12-16
1
-1
/
+13
*
LaTeX: avoid quotes and TeX ligature replacements in PDF output
jfbu
2019-12-15
1
-6
/
+31
*
Fix #6887: Sphinx crashes with docutils-0.16b0
Takeshi KOMIYA
2019-12-14
1
-1
/
+1
*
Merge branch '2.2.2' into 2.0
Takeshi KOMIYA
2019-12-03
1
-1
/
+8
|
\
|
*
Fix #6803: Disable parallel build on macOS and py38+
Takeshi KOMIYA
2019-12-01
1
-1
/
+8
*
|
Fix misplaced flags in re.sub() call
Jakub Wilk
2019-11-20
1
-1
/
+1
*
|
Merge pull request #6845 from jfbu/latex_do_not_escape_verticalbarchar
Jean-François B
2019-11-18
1
-2
/
+0
|
\
\
|
*
|
LaTeX: stop escaping | to LaTeX macro, except if in an index entry
jfbu
2019-11-18
1
-2
/
+0
*
|
|
Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_map
Takeshi KOMIYA
2019-11-19
2
-40
/
+36
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make escape() and hlescape() as public APIs of texescape
Takeshi KOMIYA
2019-11-16
2
-31
/
+15
|
*
|
Deprecate sphinx.util.texescape.tex_escape_map
Takeshi KOMIYA
2019-11-16
1
-15
/
+27
*
|
|
LaTeX: escape fewer Unicode chars if engine is lualatex or xelatex
jfbu
2019-11-16
1
-12
/
+18
|
/
/
*
|
Fix #6738: latex: literal_block does not support raw unicode characters
Takeshi KOMIYA
2019-11-16
1
-2
/
+26
*
|
Merge branch '2.0' into 6738_new_escape_for_unicode_latex_engine
Jean-François B
2019-11-15
2
-4
/
+22
|
\
\
|
*
\
Merge branch '2.2.2' into 2.0
jfbu
2019-11-06
1
-2
/
+1
|
|
\
\
|
|
|
/
|
|
*
Don't return False always on __exit__()
Takeshi KOMIYA
2019-10-20
1
-2
/
+1
|
*
|
Close #1331: Change default User-Agent header
Takeshi KOMIYA
2019-10-27
1
-2
/
+21
*
|
|
Do not replace unicode characters by LaTeX macros on unicode supported LaTeX ...
Takeshi KOMIYA
2019-10-20
2
-6
/
+32
|
/
/
*
|
Merge branch '2.0' into 6712_optional_Path_import
Takeshi KOMIYA
2019-10-20
3
-4
/
+4
|
\
\
|
|
/
|
*
Fix mypy violations (for mypy-0.740)
Takeshi KOMIYA
2019-10-20
3
-4
/
+4
*
|
Close #6712: Allow not to install sphinx.testing as runtime (for ALT Linux)
Takeshi KOMIYA
2019-10-13
1
-2
/
+7
|
/
*
Fix mypy violations (for mypy-0.730)
Takeshi KOMIYA
2019-10-06
3
-13
/
+13
*
Fix #6605: autodoc: crashed when target code contains custom method-like objects
Takeshi KOMIYA
2019-08-18
1
-2
/
+5
*
Switch uses of __import__ to importlib.get_module()
Jon Dufresne
2019-08-17
1
-11
/
+8
*
Merge pull request #6624 from tk0miya/6474_DocFieldTransformer_handles_non_Ob...
Takeshi KOMIYA
2019-08-18
1
-1
/
+8
|
\
|
*
Fix #6474: ``DocFieldTransformer`` raises AttributeError
Takeshi KOMIYA
2019-08-02
1
-1
/
+8
[next]