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 #6347: autodoc: crashes with a plain Tuple on Python 3.6 and 3.5
Takeshi KOMIYA
2019-05-29
1
-2
/
+7
*
Fix #6406: Wrong year is returned for ``SOURCE_DATE_EPOCH``
Takeshi KOMIYA
2019-05-29
1
-1
/
+1
*
Merge pull request #6365 from tk0miya/refactor_py_domain
Takeshi KOMIYA
2019-05-19
1
-3
/
+9
|
\
|
*
Close #744: autodoc: Support abstractmethod
Takeshi KOMIYA
2019-05-15
1
-3
/
+9
*
|
Fix #6375: extlinks: Cannot escape angle brackets in link caption
Takeshi KOMIYA
2019-05-16
1
-1
/
+1
|
/
*
Merge branch '2.0' into 6311_autosummary_confused_by_complex_typehints2
Takeshi KOMIYA
2019-05-13
2
-3
/
+9
|
\
|
*
Merge branch '2.0' into refactor_py_domain3
Takeshi KOMIYA
2019-05-12
1
-3
/
+3
|
|
\
|
|
*
Merge branch '2.0' into 6165_tab_width
Takeshi KOMIYA
2019-05-12
2
-2
/
+49
|
|
|
\
|
|
*
|
Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignored
Takeshi KOMIYA
2019-04-25
1
-3
/
+3
|
*
|
|
Add sphinx.util.inspect:isproperty()
Takeshi KOMIYA
2019-05-12
1
-0
/
+6
|
|
|
/
|
|
/
|
*
|
|
Fix #6311: autosummary: autosummary table gets confused by complex type hints
Takeshi KOMIYA
2019-05-12
1
-3
/
+3
|
/
/
*
|
Add ReSTRenderer
Takeshi KOMIYA
2019-05-02
1
-1
/
+15
*
|
Add rst.heading()
Takeshi KOMIYA
2019-05-02
1
-1
/
+34
|
/
*
Add sphinx.util.inspect:iscoroutinefunction()
Takeshi KOMIYA
2019-04-23
1
-2
/
+14
*
Merge pull request #6307 from tk0miya/6283_warning_message_for_source_suffix
Takeshi KOMIYA
2019-04-19
1
-1
/
+1
|
\
|
*
Update deprecation message for source_suffix (refs: #6283)
Takeshi KOMIYA
2019-04-16
1
-1
/
+1
*
|
imgmath: Use template file for LaTeX
Takeshi KOMIYA
2019-04-16
1
-3
/
+4
|
/
*
Add sphinx.util.inspect:isattributedescriptor()
Takeshi KOMIYA
2019-04-14
1
-0
/
+39
*
refactor: sphinx.util.inspect module provides inspect.is* functions
Takeshi KOMIYA
2019-04-13
1
-0
/
+3
*
Merge branch '2.0.1' into 2.0
Takeshi KOMIYA
2019-03-31
1
-9
/
+13
|
\
|
*
Show deprecation warning for sphinx.application.CONFIG_FILENAME
Takeshi KOMIYA
2019-03-30
1
-9
/
+13
*
|
Add ObjectDescription.get_field_type_map()
Takeshi KOMIYA
2019-03-23
1
-5
/
+7
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-03-21
1
-2
/
+2
|
\
\
|
|
/
|
*
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-19
1
-1
/
+1
|
*
Fix #6172: AttributeError is raised for old styled index nodes
Takeshi KOMIYA
2019-03-17
1
-2
/
+2
*
|
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-17
1
-1
/
+1
*
|
Update comment for patch to Element.copy()
Takeshi KOMIYA
2019-03-09
1
-0
/
+1
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-03-07
9
-9
/
+6
|
\
\
|
|
/
|
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
9
-9
/
+6
*
|
Add a helper method ``SphinxDirective.set_source_info()``
Takeshi KOMIYA
2019-03-03
1
-0
/
+5
*
|
Add copy_source_info()
Takeshi KOMIYA
2019-03-03
1
-0
/
+6
*
|
refactor: Rename find_source_node() to get_node_source()
Takeshi KOMIYA
2019-03-03
1
-2
/
+11
*
|
Merge pull request #6110 from tk0miya/refactor_catalog
Takeshi KOMIYA
2019-02-27
1
-3
/
+63
|
\
\
|
*
|
refactor: Use CatalogRepository instead of find_catalog_source_file()
Takeshi KOMIYA
2019-02-27
1
-1
/
+5
|
*
|
Rename find_catalog() to docname_to_domain()
Takeshi KOMIYA
2019-02-27
1
-0
/
+11
|
*
|
Add CatalogRepository class
Takeshi KOMIYA
2019-02-27
1
-2
/
+47
|
|
/
*
|
refactor: import_object() allows to import nested objects (ex. nested class)
Takeshi KOMIYA
2019-02-27
1
-15
/
+19
|
/
*
Merge pull request #6086 from tk0miya/separate_serializinghtml
Takeshi KOMIYA
2019-02-17
1
-0
/
+7
|
\
|
*
Separate json and pickle to sphinxcontrib package
Takeshi KOMIYA
2019-02-17
1
-0
/
+7
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-02-17
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fix #6026: LaTeX: A cross reference to definition list does not work
Takeshi KOMIYA
2019-02-11
1
-0
/
+9
*
|
docs: Add SphinxRole and ReferenceRole
Takeshi KOMIYA
2019-02-16
1
-1
/
+14
*
|
refactor: Rename the first argument of roles to `name`
Takeshi KOMIYA
2019-02-16
1
-9
/
+9
*
|
Replace :pep: and :rfc: roles by class based implementation
Takeshi KOMIYA
2019-02-16
1
-2
/
+11
*
|
Replace :index: role by class based implementation
Takeshi KOMIYA
2019-02-16
1
-0
/
+33
*
|
Merge pull request #6025 from tk0miya/refactor_roles2
Takeshi KOMIYA
2019-02-14
1
-2
/
+41
|
\
\
|
*
|
Add SphinxRole
Takeshi KOMIYA
2019-02-06
1
-2
/
+41
*
|
|
Deprecate sphinx.util.pycompat:sys_encoding
Takeshi KOMIYA
2019-02-11
1
-5
/
+1
*
|
|
refactor: Move NoneType to sphinx.util.typing
Takeshi KOMIYA
2019-02-11
3
-4
/
+6
*
|
|
refactor: Move terminal_safe() to sphinx.util.console
Takeshi KOMIYA
2019-02-11
2
-6
/
+9
[next]