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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #3618: autodoc crashes with tupled arguments
Takeshi KOMIYA
2017-04-11
1
-4
/
+13
*
change Mathjax CDN URL.
WAKAYAMA Shirou
2017-04-03
1
-1
/
+1
*
Merge pull request #3585 from eric-wieser/escape-autosummary
Takeshi KOMIYA
2017-03-29
4
-6
/
+15
|
\
|
*
BUG: Fix autosummary of members with a trailing underscore
Eric Wieser
2017-03-26
4
-6
/
+15
*
|
Year++
Takeshi KOMIYA
2017-03-26
24
-24
/
+24
|
/
*
Fix intersphinx debug tool
David Baumgold
2017-03-21
1
-4
/
+18
*
Fix #3174: [Napoleon] Defers autodoc-skip-member to other extensions if Napol...
Rob Ruana
2017-03-14
1
-1
/
+1
*
Fix #3487: intersphinx: failed to refer options
Takeshi KOMIYA
2017-03-03
1
-0
/
+3
*
Fix #3285: autosummary: asterisks are escaped twice
Takeshi KOMIYA
2017-01-21
1
-1
/
+0
*
Fix #3234: intersphinx failed for encoded inventories
Takeshi KOMIYA
2017-01-16
1
-0
/
+4
*
Fix flake8 violations
Takeshi KOMIYA
2017-01-12
6
-17
/
+17
*
Fix #978: `intersphinx_mapping` also allows a list as a parameter
Takeshi KOMIYA
2017-01-08
1
-1
/
+1
*
intersphinx: Update error message (refs: #3234)
Takeshi KOMIYA
2017-01-08
1
-2
/
+2
*
Fix #3255: In Py3.4 environment, autodoc doesn't support documentation for at...
shimizukawa
2016-12-17
1
-1
/
+10
*
Reduce deprecation warnings (refs: #3192)
Takeshi KOMIYA
2016-12-15
1
-1
/
+4
*
Fixed the regular expression for xref to only match roles that are valid.
Wheerd
2016-12-09
1
-1
/
+1
*
Merge branch 'stable' into 1.5-release
Takeshi KOMIYA
2016-12-03
1
-3
/
+11
|
\
|
*
Merge branch 'fix-attr-documenter' into stable
shimizukawa
2016-11-24
1
-3
/
+11
|
|
\
|
|
*
Fix documentation of descriptor classes that have a custom metaclass
Erik M. Bray
2015-04-09
1
-3
/
+11
*
|
|
Merge branch 'stable' into 1.5-release
Takeshi KOMIYA
2016-11-23
3
-53
/
+62
|
\
\
\
|
|
/
/
|
*
|
Fix #3164: Change search order of ``sphinx.ext.inheritance_diagram``
Takeshi KOMIYA
2016-11-23
1
-38
/
+44
|
*
|
inheritance_diagram: Move _import_class_or_module() method to function
Takeshi KOMIYA
2016-11-23
1
-46
/
+47
|
*
|
Fix imgmath: crashes on showing error messages if image generation failed
Takeshi KOMIYA
2016-11-21
2
-4
/
+6
*
|
|
Merge pull request #3156 from tk0miya/3095_tls_cacerts
Takeshi KOMIYA
2016-11-20
1
-4
/
+4
|
\
\
\
|
*
|
|
Fix #3095: Add tls_verify and tls_cacerts to support self-signed servers
Takeshi KOMIYA
2016-11-17
1
-4
/
+4
*
|
|
|
Remove meaningless commas
Takeshi KOMIYA
2016-11-17
1
-3
/
+3
|
/
/
/
*
|
|
Merge branch 'stable' into 1.5-release
Takeshi KOMIYA
2016-11-16
1
-0
/
+1
|
\
\
\
|
|
/
/
|
*
|
insert blank line(s) to adapt latest flake8/pycodestyle
shimizukawa
2016-11-16
1
-0
/
+1
*
|
|
Merge branch 'stable' into 1.5-release
Takeshi KOMIYA
2016-11-13
1
-1
/
+3
|
\
\
\
|
|
/
/
|
*
|
Fix #3135: ``sphinx.ext.autodoc`` crashes with plain Callable
Takeshi KOMIYA
2016-11-13
1
-1
/
+3
|
*
|
Fix py3.6b3 crashes with empty Callable annotation
Takeshi KOMIYA
2016-11-06
1
-1
/
+1
|
*
|
Fix #3111: autodoc crashes with python3.6b3
Takeshi KOMIYA
2016-11-02
1
-1
/
+8
*
|
|
Fix py3.6b3 crashes with empty Callable annotation
Takeshi KOMIYA
2016-11-03
1
-1
/
+1
*
|
|
Add comment about skipping plain Callable
Alex Grönholm
2016-11-02
1
-0
/
+1
*
|
|
Fix annotations formatting for plain typing.Callable
Alex Grönholm
2016-11-02
1
-1
/
+1
*
|
|
Merge pull request #3071 from mleinart/autodoc/pass_through_decorators
Takeshi KOMIYA
2016-11-02
1
-0
/
+3
|
\
\
\
|
*
|
|
Autodoc: Allow mocked module decorators to pass-through
Michael Leinartas
2016-10-19
1
-0
/
+3
*
|
|
|
Fix #3111: autodoc crashes with python3.6b3
Takeshi KOMIYA
2016-11-02
1
-1
/
+8
*
|
|
|
Closes #3060: autodoc supports documentation for attributes of Enum class. No...
shimizukawa
2016-10-28
1
-1
/
+3
|
/
/
/
*
|
|
Merge pull request #2432 from agronholm/kwonlyargs
Takayuki SHIMIZUKAWA
2016-10-19
1
-1
/
+3
|
\
\
\
|
*
|
|
Fix unwanted * between varargs and keyword only args
Alex Grönholm
2016-04-09
1
-1
/
+3
*
|
|
|
Fix #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicated
Takeshi KOMIYA
2016-10-13
1
-1
/
+1
*
|
|
|
Merge branch 'stable'
Takeshi KOMIYA
2016-09-29
1
-3
/
+3
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix autodoc misdetect typing with py3.6
Takeshi KOMIYA
2016-09-29
1
-3
/
+3
|
*
|
|
Fix relative paths in intersphinx links
Andrey Golovizin
2016-09-14
1
-1
/
+1
*
|
|
|
Update message
Takeshi KOMIYA
2016-09-29
1
-1
/
+1
*
|
|
|
Merge pull request #2948 from tk0miya/use_new_style_classes
Takeshi KOMIYA
2016-09-15
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use new style python classes
Takeshi KOMIYA
2016-09-10
1
-1
/
+1
*
|
|
|
|
Merge pull request #2056 from erosennin/intersphinx-fix-relative-path
Takeshi KOMIYA
2016-09-14
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix relative paths in intersphinx links
Andrey Golovizin
2015-09-28
1
-1
/
+1
[next]