summaryrefslogtreecommitdiff
Commit message (Collapse)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 catalogs
| * Update message catalogstk0miya2021-09-12115-2818/+2818
|/
* Merge pull request #9594 from hkuno/pr/no_empty_desc_4.xTakeshi KOMIYA2021-09-114-3/+19
|\ | | | | let user skip printing command description
| * 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
| | | | | | | | | | | | | | | | Also, update man page for configuration to document that if a blank description is entered, the "NAME" section is an empty string. Signed-off-by: Harumi Kuno <harumi.kuno@hpe.com>
| * skip empty descriptionHarumi Kuno2021-08-301-2/+3
| | | | | | | | | | | | | | | | Don't print the description of a command as a subtitle when generating a manpage if the description is empty. This commit addresses sphinx-doc#9430 Signed-off-by: Harumi Kuno <harumi.kuno@hpe.com>
* | 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+
| * | Close #9560: autodoc: Allow to refer NewType with modname in py310+Takeshi KOMIYA2021-09-053-5/+22
| | | | | | | | | | | | | | | | | | Before 3.10, an instance of NewType has incorrect module name. But it was fixed on 3.10. This starts to use the module info if the interpreter is 3.10+.
* | | 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/|g
| * | | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-0614-22/+22
| |/ / | | | | | | | | | | | | | | | https://sphinx-doc.org is unreachable, but is linked from the PyPI page: https://pypi.org/project/Sphinx/. Switch to https://www.sphinx-doc.org/ instead.
* | | Update CHANGES for PR #9617Takeshi KOMIYA2021-09-111-0/+1
| | |
* | | themes: use noscript for search js notificationJames Knight2021-09-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "search.html" template will generate a warning admonition about requiring JavaScript for search and automatically hiding the element when supported. While functional, if a client renders the page slowly, the warning notification may be visible to the user for a moment. Instead of relying on JavaScript to suppress this warning, use a `noscript` tag to hide the warning for clients who do not support JavaScript. This also has the benefit of one less JavaScript call required by a client. Signed-off-by: James Knight <james.d.knight@live.com>
* | | Merge pull request #9619 from cclauss/patch-1Takeshi KOMIYA2021-09-111-1/+1
|\ \ \ | | | | | | | | setup.py: Fix broken url on the Sphinx PyPI page
| * | | 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
|\ \ \ | |/ / |/| | Fix typos discovered by codespell (again)
| * | 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 catalogs
| * | Update message catalogstk0miya2021-09-05126-1364/+5050
| | |
* | | Merge pull request #9609 from ↵Takeshi KOMIYA2021-09-053-0/+8
|\ \ \ | | | | | | | | | | | | | | | | tk0miya/9608_apidoc_pymod_definition_for_implicit_namespace Fix #9608: apidoc: module is not described if implicit namespace package
| * | | Fix #9608: apidoc: module is not described if implicit namespace packageTakeshi KOMIYA2021-09-043-0/+8
| |/ / | | | | | | | | | | | | To make implicit namespace packages referencable, this outputs empty module definitions for them.
* | | Merge pull request #9606 from tk0miya/9600_typehints_including_commasTakeshi KOMIYA2021-09-053-2/+28
|\ \ \ | | | | | | | | Fix #9600: autosummary: Typehints including commas confuses autosummary
| * | | 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 reference
| * | | Fix #9576: py domain: Literal typehint was converted to a cross referenceTakeshi KOMIYA2021-09-033-2/+32
| |/ / | | | | | | | | | | | | The content of Literal typehint should not be converted to cross references.
* | | Merge pull request #9582 from blueyed/tox-passenv-COLORTERMTakeshi KOMIYA2021-09-021-0/+1
|\ \ \ | |/ / |/| | ci(tox.ini): add COLORTERM to passenv
| * | ci(tox.ini): add COLORTERM to passenvDaniel Hahler2021-08-301-0/+1
| |/ | | | | | | | | | | | | | | This is required for [kitty](https://sw.kovidgoyal.net/kitty/), which uses TERM=xterm-kitty, which is not detected as being a colored terminal, without its `COLORTERM=truecolor` also being passed [1]. 1: https://github.com/sphinx-doc/sphinx/blob/d194e0f4909b0887b37e2a32787f6b4c0fe8862a/sphinx/util/console.py#L70-L71
* | 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 types
| * 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
|\ | | | | Close #9524: test: SphinxTestApp can take ``builddir`` as an argument
| * 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
|\ \ | | | | | | Fix #9568: autosummary: summarise overlined sectioned headings correctly
| * \ 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an extra step in the autosummary summariser algorithm to get a valid text form of section headings. This fixed issues when the first element of a summarised document was a section heading with overlines, such as ======= Heading ======= Previously, the first line would be taken verbatim, which caused parse errors in the rest of the document.
* | | | Merge pull request #9565 from ↵Takeshi KOMIYA2021-08-295-7/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | JustinTArthur/9564-fix_highlighted_code_role_smartquotes Check complete ancestry of text nodes for smartquotes eligibility.
| * \ \ \ 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
| | | | | | | | | | | | | | | | | | | | Fixes sphinx-doc/sphinx#9564.
* | | | | Merge pull request #9587 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2021-08-29123-137/+138
|\ \ \ \ \ | |_|/ / / |/| | | | Update message catalogs
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the HEAD of 3.10, the implementation of `typing.Annotated` has been changed to have __qualname__.
* | | | | | Merge pull request #9590 from tk0miya/9589_AnnotatedTakeshi KOMIYA2021-08-292-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix #9589: autodoc: typing.Annotated has wrongly been rendered
| * | | | | Fix #9589: autodoc: typing.Annotated has wrongly been renderedTakeshi KOMIYA2021-08-292-2/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | At the HEAD of 3.10, the implementation of `typing.Annotated` has been changed to have __qualname__.
* | | | | Merge pull request #9570 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2021-08-23123-3720/+3720
|\ \ \ \ \ | | | | | | | | | | | | Update message catalogs
| * | | | | Update message catalogstk0miya2021-08-22123-3720/+3720
|/ / / / /
* | | | | Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-08-211-4/+17
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |