summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version4.2.xTakeshi KOMIYA2021-09-122-3/+24
* Bump to 4.2.0 finalv4.2.0Takeshi KOMIYA2021-09-122-16/+4
* CHANGES: Merge 4.1.3 (unreleased) to 4.2.0Takeshi KOMIYA2021-09-121-26/+4
* Merge pull request #9627 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2021-09-12115-2818/+2818
|\
| * Update message catalogstk0miya2021-09-12115-2818/+2818
|/
* Merge pull request #9594 from hkuno/pr/no_empty_desc_4.xTakeshi KOMIYA2021-09-114-3/+19
|\
| * Update CHANGES for PR #9594Takeshi KOMIYA2021-09-111-0/+1
| * Add a testcase for #9694Takeshi KOMIYA2021-09-111-0/+12
| * Omit NAME section if blank descriptionHarumi Kuno2021-09-052-3/+5
| * skip empty descriptionHarumi Kuno2021-08-301-2/+3
* | Merge pull request #9611 from tk0miya/9560_NewType_moduleTakeshi KOMIYA2021-09-113-5/+22
|\ \
| * | Close #9560: autodoc: Allow to refer NewType with modname in py310+Takeshi KOMIYA2021-09-053-5/+22
* | | Merge pull request #9616 from jdufresne/fix-urlTakeshi KOMIYA2021-09-1113-21/+21
|\ \ \
| * | | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-0614-22/+22
| |/ /
* | | Update CHANGES for PR #9617Takeshi KOMIYA2021-09-111-0/+1
* | | themes: use noscript for search js notificationJames Knight2021-09-111-2/+3
* | | Merge pull request #9619 from cclauss/patch-1Takeshi KOMIYA2021-09-111-1/+1
|\ \ \
| * | | setup.py: Fix broken url on the PyPI pageChristian Clauss2021-09-071-1/+1
| |/ /
* | | Merge pull request #9621 from cclauss/codespell-againTakeshi KOMIYA2021-09-1137-60/+60
|\ \ \ | |/ / |/| |
| * | overriddenChristian Clauss2021-09-081-1/+1
| * | Fix typos discovered by codespellChristian Clauss2021-09-0837-59/+59
|/ /
* | Merge pull request #9610 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2021-09-05126-1364/+5050
|\ \
| * | Update message catalogstk0miya2021-09-05126-1364/+5050
* | | Merge pull request #9609 from tk0miya/9608_apidoc_pymod_definition_for_implic...Takeshi KOMIYA2021-09-053-0/+8
|\ \ \
| * | | Fix #9608: apidoc: module is not described if implicit namespace packageTakeshi KOMIYA2021-09-043-0/+8
| |/ /
* | | Merge pull request #9606 from tk0miya/9600_typehints_including_commasTakeshi KOMIYA2021-09-053-2/+28
|\ \ \
| * | | Fix #9600: autosummary: Typehints including commas confuses autosummaryTakeshi KOMIYA2021-09-043-2/+28
* | | | Merge pull request #9602 from tk0miya/9576_Literal_xrefTakeshi KOMIYA2021-09-053-2/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #9576: py domain: Literal typehint was converted to a cross referenceTakeshi KOMIYA2021-09-033-2/+32
| |/ /
* | | Merge pull request #9582 from blueyed/tox-passenv-COLORTERMTakeshi KOMIYA2021-09-021-0/+1
|\ \ \ | |/ / |/| |
| * | ci(tox.ini): add COLORTERM to passenvDaniel Hahler2021-08-301-0/+1
| |/
* | Merge pull request #9591 from tk0miya/9585_type_for_pypropertyTakeshi KOMIYA2021-09-013-3/+8
|\ \ | |/ |/|
| * Fix #9585: py:property directive does not create a hyperlink for typesTakeshi KOMIYA2021-08-313-3/+8
|/
* Merge pull request #9549 from tk0miya/9524_SphinxTestApp_outdirTakeshi KOMIYA2021-08-292-4/+8
|\
| * Merge branch '4.x' into 9524_SphinxTestApp_outdirTakeshi KOMIYA2021-08-29138-4169/+4360
| |\ | |/ |/|
* | Merge pull request #9569 from jakelishman/fix-autosummary-sectionsTakeshi KOMIYA2021-08-293-1/+10
|\ \
| * \ Merge branch '4.x' into fix-autosummary-sectionsTakeshi KOMIYA2021-08-29130-3821/+3910
| |\ \
| * | | Fix #9568: autosummary: summarise overlined sectioned headings correctlyJake Lishman2021-08-203-1/+10
* | | | Merge pull request #9565 from JustinTArthur/9564-fix_highlighted_code_role_sm...Takeshi KOMIYA2021-08-295-7/+46
|\ \ \ \
| * \ \ \ Merge branch '4.x' into 9564-fix_highlighted_code_role_smartquotesTakeshi KOMIYA2021-08-29126-3726/+3741
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Check complete ancestry of text nodes for smartquotes eligibility.Justin Turner Arthur2021-08-215-7/+46
* | | | | Merge pull request #9587 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2021-08-29123-137/+138
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update message catalogstk0miya2021-08-29123-137/+138
* | | | | Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-08-290-0/+0
|\ \ \ \ \
| * | | | | Fix #9589: autodoc: typing.Annotated has wrongly been rendered4.1.xTakeshi KOMIYA2021-08-292-2/+4
* | | | | | Merge pull request #9590 from tk0miya/9589_AnnotatedTakeshi KOMIYA2021-08-292-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix #9589: autodoc: typing.Annotated has wrongly been renderedTakeshi KOMIYA2021-08-292-2/+4
| |/ / / /
* | | | | Merge pull request #9570 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2021-08-23123-3720/+3720
|\ \ \ \ \
| * | | | | Update message catalogstk0miya2021-08-22123-3720/+3720
|/ / / / /
* | | | | Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-08-211-4/+17
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |