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 #6936: sphinx-autogen: raises AttributeError
Takeshi KOMIYA
2019-12-22
1
-0
/
+5
*
Merge branch '2.0' into 6798_autosummary_emits_skip_member_event
Takeshi KOMIYA
2019-11-21
2
-6
/
+8
|
\
|
*
Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_map
Takeshi KOMIYA
2019-11-19
1
-4
/
+4
|
|
\
|
|
*
Make escape() and hlescape() as public APIs of texescape
Takeshi KOMIYA
2019-11-16
1
-4
/
+4
|
*
|
Close #2546: apidoc: .so file support
Takeshi KOMIYA
2019-11-17
1
-3
/
+4
|
|
/
|
*
Fix #6738: Use get_encode_func in todo extension
Takeshi KOMIYA
2019-11-16
1
-2
/
+3
*
|
autosummary: Allows to document a member forcedly if skip-member handler retu...
Takeshi KOMIYA
2019-11-16
1
-3
/
+12
*
|
Close #6798: autosummary: emit ``autodoc-skip-member`` event on generating st...
Takeshi KOMIYA
2019-11-16
1
-2
/
+13
|
/
*
Fetch inventories concurrently
Zac-HD
2019-11-15
1
-15
/
+26
*
Close #1331: Change default User-Agent header
Takeshi KOMIYA
2019-10-27
1
-0
/
+1
*
Merge branch '2.0' into 6708_mathbase
Takeshi KOMIYA
2019-10-14
1
-1
/
+1
|
\
|
*
Fix #6709: autodoc: mock object does not work as a class decorator
Takeshi KOMIYA
2019-10-06
1
-1
/
+1
*
|
Fix #6708: mathbase: Some deprecated functions have removed
Takeshi KOMIYA
2019-10-13
1
-0
/
+73
|
/
*
Fix mypy violations (for mypy-0.730)
Takeshi KOMIYA
2019-10-06
3
-5
/
+5
*
Switch uses of __import__ to importlib.get_module()
Jon Dufresne
2019-08-17
3
-10
/
+12
*
Fix type annotation
jfbu
2019-08-01
1
-1
/
+1
*
Fix error in cherry-picking #6310 to 2.0
jfbu
2019-08-01
1
-1
/
+2
*
Add Python3 type annotation to cherry-picked #6310 for 2.2.0 release
jfbu
2019-08-01
1
-4
/
+2
*
More robust code for getting saved "depth" of svg inline math snippet
jfbu
2019-08-01
1
-1
/
+6
*
Make imgmath_use_preview work also for svg output
jfbu
2019-08-01
1
-4
/
+40
*
Fix type annotation for python 3.5.1
Takeshi KOMIYA
2019-07-13
6
-11
/
+30
*
Merge pull request #6571 from tk0miya/6567_autoclass_content_ignores_inherite...
Takeshi KOMIYA
2019-07-13
1
-4
/
+6
|
\
|
*
Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__()
Takeshi KOMIYA
2019-07-11
1
-4
/
+6
*
|
Fix mypy violations (for mypy-0.720)
Takeshi KOMIYA
2019-07-13
1
-2
/
+2
*
|
Merge branch '2.1.3' into 2.0
Takeshi KOMIYA
2019-07-13
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix mypy violations (for mypy-0.720)
Takeshi KOMIYA
2019-07-13
2
-2
/
+2
*
|
Migrate to py3 style type annotation: sphinx.ext.autosectionlabel
Takeshi KOMIYA
2019-07-04
1
-10
/
+6
*
|
Migrate to py3 style type annotation: sphinx.ext.viewcode
Takeshi KOMIYA
2019-07-04
1
-20
/
+14
*
|
Migrate to py3 style type annotation: sphinx.ext.todo
Takeshi KOMIYA
2019-07-04
1
-47
/
+29
*
|
Migrate to py3 style type annotation: sphinx.ext.jsmath
Takeshi KOMIYA
2019-07-04
1
-7
/
+3
*
|
Migrate to py3 style type annotation: sphinx.ext.ifconfig
Takeshi KOMIYA
2019-07-04
1
-11
/
+7
*
|
Migrate to py3 style type annotation: sphinx.ext.doctest
Takeshi KOMIYA
2019-07-04
1
-61
/
+38
*
|
Migrate to py3 style type annotation: sphinx.ext.autosummary
Takeshi KOMIYA
2019-07-04
1
-67
/
+39
*
|
Migrate to py3 style type annotation: sphinx.ext.autosummary.generate
Takeshi KOMIYA
2019-07-04
1
-41
/
+28
*
|
Migrate to py3 style type annotation: sphinx.ext.napoleon.iterators
Takeshi KOMIYA
2019-07-04
1
-22
/
+10
*
|
Migrate to py3 style type annotation: sphinx.ext.napoleon.docstring
Takeshi KOMIYA
2019-07-04
1
-134
/
+75
*
|
Migrate to py3 style type annotation: sphinx.ext.napoleon
Takeshi KOMIYA
2019-07-04
1
-14
/
+9
*
|
Migrate to py3 style type annotation: sphinx.ext.inheritance_diagram
Takeshi KOMIYA
2019-07-04
1
-48
/
+33
*
|
Migrate to py3 style type annotation: sphinx.ext.imgmath
Takeshi KOMIYA
2019-07-04
1
-34
/
+19
*
|
Migrate to py3 style type annotation: sphinx.ext.coverage
Takeshi KOMIYA
2019-07-01
1
-27
/
+13
*
|
Migrate to py3 style type annotation: sphinx.ext.linkcode
Takeshi KOMIYA
2019-07-01
1
-9
/
+6
*
|
Migrate to py3 style type annotation: sphinx.ext.githubpages
Takeshi KOMIYA
2019-07-01
1
-10
/
+5
*
|
Migrate to py3 style type annotation: sphinx.ext.intersphinx
Takeshi KOMIYA
2019-07-01
1
-37
/
+22
*
|
Migrate to py3 style type annotation: sphinx.ext.graphviz
Takeshi KOMIYA
2019-07-01
1
-51
/
+33
*
|
Migrate to py3 style type annotation: sphinx.ext.autodoc.mock
Takeshi KOMIYA
2019-07-01
1
-54
/
+28
*
|
Migrate to py3 style type annotation: sphinx.ext.autodoc.directive
Takeshi KOMIYA
2019-07-01
1
-27
/
+18
*
|
Migrate to py3 style type annotation: sphinx.ext.autodoc.importer
Takeshi KOMIYA
2019-07-01
1
-10
/
+7
*
|
Migrate to py3 style type annotation: sphinx.ext.autodoc
Takeshi KOMIYA
2019-07-01
1
-192
/
+119
*
|
Migrate to py3 style type annotation: sphinx.ext.mathjax
Takeshi KOMIYA
2019-07-01
1
-15
/
+8
*
|
Migrate to py3 style type annotation: sphinx.ext.mathbase
Takeshi KOMIYA
2019-07-01
1
-15
/
+11
[next]