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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #7023: autodoc: nested partial functions are not listed
Takeshi KOMIYA
2020-01-17
1
-6
/
+14
*
Close #2755: autodoc: Support type_comment style annotation
Takeshi KOMIYA
2020-01-13
2
-0
/
+75
*
Add new event: autodoc-before-process-signature
Takeshi KOMIYA
2020-01-13
1
-0
/
+11
*
Add sphinx.pycode.ast.parse() and unparse()
Takeshi KOMIYA
2020-01-13
1
-0
/
+80
*
Merge branch '2.0' into refactor_SphinxTranslator2
Takeshi KOMIYA
2020-01-11
4
-20
/
+122
|
\
|
*
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
|
*
|
Merge pull request #7013 from tk0miya/refactor_signature3
Takeshi KOMIYA
2020-01-11
1
-23
/
+13
|
|
\
\
|
|
*
|
refactor: Simplify stringify_signature()
Takeshi KOMIYA
2020-01-11
1
-23
/
+13
|
|
|
/
|
*
|
Merge pull request #7011 from tk0miya/refactor_glossary5
Takeshi KOMIYA
2020-01-11
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix node_id is not assigned on translation
Takeshi KOMIYA
2020-01-11
1
-1
/
+1
|
*
|
Merge pull request #7002 from tk0miya/refactor_Signature2
Takeshi KOMIYA
2020-01-11
2
-17
/
+123
|
|
\
\
|
|
*
|
refactor: Add sphinx.util.inspect.signature()
Takeshi KOMIYA
2020-01-09
2
-17
/
+123
|
*
|
|
Merge pull request #7003 from tk0miya/6999_napoleon_tilde_in_exc_role
Takeshi KOMIYA
2020-01-11
1
-2
/
+2
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Fix #6999: napoleon: fails to parse tilde in :exc: role
Takeshi KOMIYA
2020-01-09
1
-2
/
+2
|
|
|
/
*
|
|
SphinxTranslator calls visitor/departure method for super node class
Takeshi KOMIYA
2020-01-10
1
-1
/
+40
|
/
/
*
|
Merge pull request #6997 from tk0miya/refactor_glossary4
Takeshi KOMIYA
2020-01-09
1
-10
/
+10
|
\
\
|
*
|
Update type annotations
Takeshi KOMIYA
2020-01-09
1
-10
/
+10
|
|
/
*
|
Merge pull request #6996 from tk0miya/refactor_kwargs
Takeshi KOMIYA
2020-01-09
9
-41
/
+42
|
\
\
|
|
/
|
/
|
|
*
refactor: Rename var keyword argument to "**kwargs"
Takeshi KOMIYA
2020-01-08
9
-41
/
+42
*
|
Adds Adobe Illustrator (.ai) to sphinx.ext.imgconverter
Modelmat
2020-01-08
3
-1
/
+2
|
/
*
Add sphinx.util.typing:stringify() to represent annotations as string
Takeshi KOMIYA
2020-01-05
2
-156
/
+173
*
Merge pull request #6985 from tk0miya/6696_scale_not_working_for_SVG
Takeshi KOMIYA
2020-01-04
2
-28
/
+42
|
\
|
*
Fix #6696: html: scale option of image/figure directive not working for SVG
Takeshi KOMIYA
2020-01-03
2
-28
/
+42
*
|
Fix #6986: apidoc: misdetects module name for .so file inside module
Takeshi KOMIYA
2020-01-03
1
-1
/
+1
|
/
*
Add sphinx.util.nodes:make_id() to generate better node_id
Takeshi KOMIYA
2020-01-02
2
-9
/
+26
*
Fix #6559: Wrong node-ids are generated in glossary directive
Takeshi KOMIYA
2020-01-02
2
-24
/
+36
*
Be precise about which document missing (cpp, post_transform)
Takeshi KOMIYA
2020-01-01
2
-2
/
+2
*
Add "typ" to NoUri
Takeshi KOMIYA
2020-01-01
3
-3
/
+3
*
More NoUri details.
Julien Palard
2020-01-01
2
-2
/
+2
*
Be precise about which document is missing.
Julien Palard
2020-01-01
1
-1
/
+1
*
A happy new year!
Takeshi KOMIYA
2020-01-01
196
-196
/
+196
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
57
-142
/
+150
*
Deprecate sphinx.roles:Index and make a copy to sphinx.domains.index
Takeshi KOMIYA
2019-12-29
2
-3
/
+27
*
Move sphinx.directives.other:Index to sphinx.domains.index
Takeshi KOMIYA
2019-12-29
3
-30
/
+48
*
Merge pull request #6967 from tk0miya/6966_graphviz_class
Takeshi KOMIYA
2019-12-29
1
-4
/
+8
|
\
|
*
Close #6966: graphviz: Support ``:class:`` option
Takeshi KOMIYA
2019-12-27
1
-4
/
+8
*
|
Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encoding
Takeshi KOMIYA
2019-12-27
2
-7
/
+19
|
/
*
Deprecate sphinx.util:get_module_source()
Takeshi KOMIYA
2019-12-27
1
-0
/
+2
*
Fix flake8 violations
Takeshi KOMIYA
2019-12-27
1
-2
/
+2
*
refactor: pycode: do not call endswith twice
Takeshi KOMIYA
2019-12-27
1
-3
/
+2
*
Fix flake8 violations
Takeshi KOMIYA
2019-12-27
1
-6
/
+6
*
Merge pull request #6907 from kpnr/patch-2
Takeshi KOMIYA
2019-12-27
1
-6
/
+56
|
\
|
*
Old get_module_source API restored, new version moved to ModuleAnalyzer class...
hkm
2019-12-25
2
-23
/
+69
|
*
Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode...
hkm
2019-12-15
1
-1
/
+1
|
*
lost reference to source file name fixed. Test suit updated
hkm
2019-12-15
2
-14
/
+14
|
*
maintainer suggested fixes
hkm
2019-12-14
1
-10
/
+15
|
*
Non-ASCII & non utf-8 charset corruption fix
kpnr
2019-12-14
1
-7
/
+6
*
|
Merge pull request #6960 from tk0miya/refactor_indexentries2
Takeshi KOMIYA
2019-12-26
1
-1
/
+3
|
\
\
|
*
|
Stop to use deprecated API: env.indexentries
Takeshi KOMIYA
2019-12-25
1
-1
/
+3
[next]