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 #9838: autodoc: AttributeError is raised for lru_cache
Takeshi KOMIYA
2021-11-21
1
-2
/
+11
*
Merge pull request #9828 from tk0miya/9618_gettext_allow_fuzzy_translations
Takeshi KOMIYA
2021-11-10
1
-2
/
+2
|
\
|
*
Close #9618: i18n: Add gettext_allow_fuzzy_translations
Takeshi KOMIYA
2021-11-10
1
-2
/
+2
*
|
Replace distutils.versions.LooseVersion by packaging.version.Version
Takeshi KOMIYA
2021-11-07
1
-2
/
+2
|
/
*
ntersphinx_disabled_refs, type rename
Jakob Lykke Andersen
2021-10-31
1
-2
/
+2
*
Intersphinx, refactoring
Jakob Lykke Andersen
2021-10-31
1
-1
/
+2
*
Fix a flake8 warning
Takeshi KOMIYA
2021-10-31
1
-3
/
+4
*
Merge pull request #9656 from sdhiscocks/suppress_warning_subtype_none
Takeshi KOMIYA
2021-10-31
1
-1
/
+2
|
\
|
*
Fix issue with warnings without subtype being incorrectly suppressed
Steven Hiscocks
2021-09-20
1
-1
/
+2
*
|
Merge pull request #9772 from gibsondan/loggingflush
Takeshi KOMIYA
2021-10-31
1
-0
/
+5
|
\
\
|
*
|
Closes #9733: Fix for logging handler flushing warnings in the middle of the ...
gibsondan
2021-10-25
1
-0
/
+5
*
|
|
Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethods
Takeshi KOMIYA
2021-10-30
1
-1
/
+3
*
|
|
Merge branch '4.x' into 9756_classmethod_not_having_func
Takeshi KOMIYA
2021-10-27
2
-3
/
+3
|
\
\
\
|
*
|
|
Support docutils-0.18: Consume iterator of Element.traverse()
Takeshi KOMIYA
2021-10-27
1
-2
/
+2
|
*
|
|
Make util.typing.restify sanitise unreproducible output (eg. memory addresses)
Chris Lamb
2021-10-23
1
-1
/
+1
*
|
|
|
Fix #9756: autodoc: Crashed if classmethod does not have __func__ attribute
Takeshi KOMIYA
2021-10-23
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch '4.x' into 9607_incorrect_orig_bases
Takeshi KOMIYA
2021-09-27
1
-0
/
+2
|
\
\
\
|
*
|
|
Close #9664: autodoc: autodoc-process-bases supports reST snippet
Takeshi KOMIYA
2021-09-23
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Fix #9607: autodoc: Incorrect base class detection
Takeshi KOMIYA
2021-09-20
1
-0
/
+15
|
/
/
*
|
Merge pull request #9640 from tk0miya/9639_support_asyncgenfunction
Takeshi KOMIYA
2021-09-18
1
-1
/
+2
|
\
\
|
*
|
Close #9639: autodoc: Support asynchronous generator functions
Takeshi KOMIYA
2021-09-17
1
-1
/
+2
|
|
/
*
|
Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'
Takeshi KOMIYA
2021-09-14
1
-34
/
+34
|
/
*
Merge pull request #9611 from tk0miya/9560_NewType_module
Takeshi KOMIYA
2021-09-11
1
-3
/
+11
|
\
|
*
Close #9560: autodoc: Allow to refer NewType with modname in py310+
Takeshi KOMIYA
2021-09-05
1
-3
/
+11
*
|
Fix typos discovered by codespell
Christian Clauss
2021-09-08
4
-5
/
+5
|
/
*
Merge branch '4.x' into 9564-fix_highlighted_code_role_smartquotes
Takeshi KOMIYA
2021-08-29
1
-0
/
+2
|
\
|
*
Merge pull request #9590 from tk0miya/9589_Annotated
Takeshi KOMIYA
2021-08-29
1
-0
/
+2
|
|
\
|
|
*
Fix #9589: autodoc: typing.Annotated has wrongly been rendered
Takeshi KOMIYA
2021-08-29
1
-0
/
+2
*
|
|
Check complete ancestry of text nodes for smartquotes eligibility.
Justin Turner Arthur
2021-08-21
1
-7
/
+9
|
/
/
*
|
Merge pull request #9530 from tacaswell/fix_numpy_class_attribute
Takeshi KOMIYA
2021-08-11
1
-2
/
+3
|
\
\
|
*
|
FIX: do not try to compute the boolean value of a numpy array
Thomas A Caswell
2021-08-06
1
-2
/
+3
*
|
|
Merge branch '4.1.x' into 4.x
Takeshi KOMIYA
2021-08-11
1
-8
/
+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fix #9537: autodoc: Some typing.* objects are broken
Takeshi KOMIYA
2021-08-11
1
-2
/
+4
|
*
Fix #9504: autodoc: generate incorrect reference to the parent class
Takeshi KOMIYA
2021-07-31
1
-6
/
+2
|
*
Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10
Takeshi KOMIYA
2021-07-30
1
-6
/
+6
*
|
Merge branch '4.x' into 4.x
James
2021-08-02
10
-38
/
+65
|
\
\
|
*
\
Merge branch '4.x' into bugfix/get-type-hints
yanyongyu
2021-07-30
1
-6
/
+6
|
|
\
\
|
|
*
\
Merge pull request #9513 from tk0miya/9512_types.UnionTypes
Takeshi KOMIYA
2021-07-30
1
-6
/
+6
|
|
|
\
\
|
|
|
*
|
Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10
Takeshi KOMIYA
2021-07-30
1
-6
/
+6
|
|
|
|
/
|
*
|
|
Fix uncatched exception in get type hints
yanyongyu
2021-07-29
1
-0
/
+3
|
|
/
/
|
*
|
Fix #9481: autosummary: some warnings contain non-existing filenames
Takeshi KOMIYA
2021-07-25
2
-1
/
+9
|
*
|
Merge branch 'sphinx-doc:4.x' into 4.x
Louis Maddox
2021-07-23
2
-11
/
+14
|
|
\
\
|
|
*
\
Merge branch '4.1.x' into 4.x
Takeshi KOMIYA
2021-07-23
2
-11
/
+14
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Fix #9490: autodoc: Some typing.* objects are broken
Takeshi KOMIYA
2021-07-23
1
-6
/
+6
|
|
|
*
Fix #9489: autodoc: Custom types using typing.NewType are broken
Takeshi KOMIYA
2021-07-23
1
-5
/
+8
|
*
|
|
Merge branch 'sphinx-doc:4.x' into 4.x
Louis Maddox
2021-07-19
2
-2
/
+16
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Merge pull request #9464 from Gobot1234/4.x
Takeshi KOMIYA
2021-07-20
1
-1
/
+4
|
|
|
\
\
|
|
*
|
|
Close #9445: autodoc: Support class properties
Takeshi KOMIYA
2021-07-17
1
-1
/
+12
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Improve sphinx.util.nodes docstrings
Louis Maddox
2021-07-18
1
-5
/
+5
|
*
|
|
Improve sphinx.util.matching docstrings
Louis Maddox
2021-07-18
1
-2
/
+4
[next]