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
*
Bump to 3.4.2 final
v3.4.2
Takeshi KOMIYA
2021-01-04
1
-2
/
+2
*
A happy new year!
Takeshi KOMIYA
2021-01-01
218
-218
/
+218
*
Merge branch '3.4.x' into 8616_AttributeError_for_non_class
Takeshi KOMIYA
2020-12-31
1
-2
/
+20
|
\
|
*
Merge branch '3.4.x' into 8602_process-docstring_for_nondatadescriptors
Takeshi KOMIYA
2020-12-31
3
-2
/
+36
|
|
\
|
*
|
Fix #8602: autodoc: The ``autodoc-process-docstring`` event is emitted to the...
Takeshi KOMIYA
2020-12-29
1
-2
/
+20
*
|
|
Fix #8616: autodoc: AttributeError when non-class is passed to autoclass
Takeshi KOMIYA
2020-12-30
1
-1
/
+5
|
|
/
|
/
|
*
|
Fix #8164: autodoc: Classes that inherit mocked class are not documented
Takeshi KOMIYA
2020-12-29
1
-2
/
+2
*
|
testing: Add rollback_sysmodules fixture to unload modules after tests
Takeshi KOMIYA
2020-12-29
1
-0
/
+12
*
|
autodoc: Add a helper that checks the object is mocked; ismock()
Takeshi KOMIYA
2020-12-28
1
-0
/
+22
|
/
*
Bump version
Takeshi KOMIYA
2020-12-25
1
-3
/
+3
*
Bump to 3.4.1 final
v3.4.1
Takeshi KOMIYA
2020-12-25
1
-2
/
+2
*
Fix #8583: autodoc: Unnecessary object comparision via ``__eq__`` method
Takeshi KOMIYA
2020-12-24
1
-1
/
+1
*
Fix #8566: autodoc-process-docstring is emitted to the alias classes
Takeshi KOMIYA
2020-12-24
1
-6
/
+9
*
Ensure linkcheck items are comparable
François Freitag
2020-12-22
1
-3
/
+11
*
Fix #8567: autodoc: Instance attributes are incorrectly added to Parent class
Takeshi KOMIYA
2020-12-22
1
-4
/
+9
*
doc: Update docstring of getslots()
Takeshi KOMIYA
2020-12-22
1
-0
/
+1
*
Fixes #8568. Ignore TypeError from getslots in isslotsattribute
Rafal Wojdyla
2020-12-22
1
-1
/
+1
*
Fix #8559: AttributeError is raised when using ForwardRef
Takeshi KOMIYA
2020-12-22
1
-0
/
+2
*
Bump version
Takeshi KOMIYA
2020-12-20
1
-3
/
+3
*
Bump to 3.4.0 final
v3.4.0
Takeshi KOMIYA
2020-12-20
1
-2
/
+2
*
Merge pull request #8556 from tk0miya/8549_gettext_compact=0
Takeshi KOMIYA
2020-12-20
2
-1
/
+9
|
\
|
*
Fix #8549: i18n: ``-D gettext_compact=0`` is no longer working
Takeshi KOMIYA
2020-12-20
2
-1
/
+9
*
|
Merge pull request #8552 from tk0miya/8236_napoleon_receives_section
Takeshi KOMIYA
2020-12-20
1
-0
/
+11
|
\
\
|
*
|
Close #8236: napoleon: Support numpydoc's "Receives" section
Takeshi KOMIYA
2020-12-19
1
-0
/
+11
*
|
|
Merge pull request #8551 from tk0miya/8365_pydomain_xref_missing_context
Takeshi KOMIYA
2020-12-20
2
-0
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix #8365: py domain: :type: and :rtype: gives false ambiguous warnings
Takeshi KOMIYA
2020-12-19
2
-0
/
+3
|
|
/
*
|
Fix #741: autodoc: inherited-members doesn't support instance attributes on s...
Takeshi KOMIYA
2020-12-18
2
-21
/
+29
*
|
Merge pull request #8543 from tk0miya/8534_autoattribute_alias_derived
Takeshi KOMIYA
2020-12-17
1
-7
/
+12
|
\
\
|
*
|
Fix #8534: autoattribute failed to document a commented attribute in alias de...
Takeshi KOMIYA
2020-12-17
1
-7
/
+12
*
|
|
Fix #8545: autodoc: a __slots__ attribute is not documented even having docst...
Takeshi KOMIYA
2020-12-17
2
-7
/
+17
*
|
|
refactor: get_class_members() now returns docstring if available
Takeshi KOMIYA
2020-12-17
2
-14
/
+26
*
|
|
refactor: autodoc: Add get_class_members()
Takeshi KOMIYA
2020-12-17
2
-2
/
+67
|
/
/
*
|
refactor: autodoc: minor fix
Takeshi KOMIYA
2020-12-17
1
-4
/
+4
*
|
Fix #8541: autodoc_type_aliases doesn't work for the instance attrs
Takeshi KOMIYA
2020-12-17
1
-15
/
+43
*
|
refactor: Move _getmro() to sphinx.util.inspect module
Takeshi KOMIYA
2020-12-17
2
-8
/
+22
*
|
Fix #8534: autoattribute failed to document a commented attribute in alias class
Takeshi KOMIYA
2020-12-16
1
-18
/
+92
*
|
refactor: autodoc: Add NonDataDescriptorMixin
Takeshi KOMIYA
2020-12-16
1
-19
/
+33
|
/
*
Merge pull request #8538 from jdufresne/os-replace
Takeshi KOMIYA
2020-12-14
3
-5
/
+9
|
\
|
*
Deprecate sphinx.util.osutil.movefile() in favor of os.replace()
Jon Dufresne
2020-12-13
3
-5
/
+9
*
|
Merge pull request #8524 from rkdarst/rkdarst/template-document-options-url_root
Takeshi KOMIYA
2020-12-14
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
sphinx/themes/basic/layout: Set url_root properly on index, don't use '#'
Richard Darst
2020-12-13
1
-2
/
+2
*
|
Merge pull request #8527 from tk0miya/8111_pretty_change
Takeshi KOMIYA
2020-12-14
1
-1
/
+1
|
\
\
|
*
|
refactor: pretty change for isproperty()
Takeshi KOMIYA
2020-12-12
1
-1
/
+1
*
|
|
Merge pull request #8533 from tk0miya/deprecate_no_docstring
Takeshi KOMIYA
2020-12-14
1
-14
/
+20
|
\
\
\
|
*
|
|
refactor: Deprecate `no_docstring` argument for Documenter.add_content()
Takeshi KOMIYA
2020-12-13
1
-14
/
+20
*
|
|
|
Merge pull request #8530 from jakobandersen/bnavigator-fix-AliasNode-copy
Jakob Lykke Andersen
2020-12-12
2
-4
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
C++, typing on AliasNode.copy
Jakob Lykke Andersen
2020-12-12
1
-2
/
+2
|
*
|
|
Fix mypy type error
Ben Greiner
2020-12-12
1
-2
/
+2
|
*
|
|
Fix AliasNode.copy()
Ben Greiner
2020-12-12
1
-1
/
+2
*
|
|
|
Drop outdated workaround for distutils' Command._ensure_stringlike()
Jon Dufresne
2020-12-12
1
-15
/
+1
[next]