Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix translator class check in ``SigElementFallbackTransform`` (#11283) | picnixz | 2023-04-07 | 1 | -1/+5 |
| | |||||
* | Enable 'nit-picky mode' for Sphinx's documentation | Adam Turner | 2023-04-06 | 1 | -1/+1 |
| | | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``. | ||||
* | Consider duplicate names when using image post transforms (#11113) | aaron-cooper | 2023-04-03 | 1 | -1/+2 |
| | | | Closes: #11110 | ||||
* | Unescape quotation marks where possible | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Resolve Ruff SIM114 violations | Adam Turner | 2023-02-15 | 1 | -9/+7 |
| | |||||
* | Move HTTP-date formatting utils to `utils.http_date` | Adam Turner | 2023-01-03 | 1 | -1/+2 |
| | |||||
* | Address SIM103 lints (#11052) | danieleades | 2023-01-02 | 1 | -4/+1 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Use ``any`` to find elements in iterable (#11053) | danieleades | 2023-01-02 | 1 | -5/+8 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -3/+3 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 2 | -6/+6 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 3 | -16/+16 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 3 | -0/+6 |
| | |||||
* | Enable Ruff's pylint checks | Adam Turner | 2022-12-29 | 1 | -2/+1 |
| | | | | | Also fix two PLW0602 warnings (``global`` without assignment) and five PLW0120 warnings (else clause on loop without break). | ||||
* | Fix highlighting lexers | Adam Turner | 2022-09-25 | 1 | -2/+2 |
| | | | | - Ensure `pycon3` is always normalised to `pycon` | ||||
* | Further improve type annotations, reduce mypy whitelist (#10770) | danieleades | 2022-08-28 | 1 | -1/+3 |
| | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | Merge pull request #10118 from mgeier/image-converter-ignore-questionmark | Takeshi KOMIYA | 2022-03-24 | 1 | -3/+2 |
|\ | | | | | ImageConverter: ignore '?' image URIs | ||||
| * | ImageConverter: ignore '?' image URIs | Matthias Geier | 2022-01-18 | 1 | -3/+2 |
| | | |||||
* | | Collapse single line docstrings | Adam Turner | 2022-02-20 | 3 | -6/+3 |
| | | |||||
* | | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 3 | -9/+0 |
| | | |||||
* | | Fix module docstring indentation | Adam Turner | 2022-02-20 | 3 | -6/+6 |
| | | |||||
* | | Fix module docstring first line | Adam Turner | 2022-02-20 | 3 | -6/+3 |
| | | |||||
* | | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 3 | -9/+0 |
|/ | |||||
* | Skip "data:" URIs in ImageConverter | Matthias Geier | 2022-01-13 | 1 | -0/+3 |
| | |||||
* | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 3 | -7/+7 |
| | | | | | | | | Node.traverse() was marked as deprecated since docutils-0.18. Instead of it, Node.findall() has been added as successor of traverse(). This applies a patch to docutils-0.17 or older to be available Node.findall() and use it. | ||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 3 | -3/+3 |
| | |||||
* | Support docutils-0.18: Consume iterator of Element.traverse() | Takeshi KOMIYA | 2021-10-27 | 1 | -1/+1 |
| | | | | | | | Since 0.18, Element.traverse() returns an iterator instead of intermediate object. As a result, the return value is always considered as truthy value. And it becomes fragile when the caller modifies the doctree on the loop. | ||||
* | Set refdoc default to pending_xref nodes to be used by missing-reference | Matthijs van der Burgh | 2021-10-10 | 1 | -1/+2 |
| | |||||
* | Improve sphinx.transforms.post_transforms.images docstrings | Louis Maddox | 2021-07-18 | 1 | -7/+7 |
| | |||||
* | Improve sphinx.transforms.post_transforms docstrings | Louis Maddox | 2021-07-18 | 1 | -3/+3 |
| | |||||
* | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-06-30 | 1 | -1/+2 |
|\ | |||||
| * | Fix #9322: KeyError is raised on PropagateDescDomain transform | Takeshi KOMIYA | 2021-06-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | PropageteDescDomain applies the domain name from the "domain" attribute of parent node (desc node) to the desc_signature node. The structure has longly generated by ObjectDescription. But it must not be a new rule. This allows to build document that contains non standard doctree. | ||||
* | | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-05-19 | 1 | -9/+19 |
|\ \ | |/ | |||||
| * | Fix #9240: Unknown node error for pending_xref_condition is raised | Takeshi KOMIYA | 2021-05-18 | 1 | -9/+19 |
| | | | | | | | | | | Unknown node error for pending_xref_condition is raised if an extension that does not support the node installs a missing-reference handler. | ||||
* | | implement nitpick_ignore_regex | ruro | 2021-05-02 | 1 | -1/+15 |
|/ | |||||
* | Fix #9103: LaTeX: imgconverter: conversion runs even if not needed | Takeshi KOMIYA | 2021-04-17 | 1 | -1/+1 |
| | | | | | | The imgconverter unexpectedly goes to convert even if the given image is supported by the target builder when the image globbing is not used. This enables format guess-ing on not globbed. | ||||
* | Decl styling, fixes from review | Jakob Lykke Andersen | 2021-04-12 | 1 | -2/+2 |
| | |||||
* | Decl styling, update writers | Jakob Lykke Andersen | 2021-04-12 | 1 | -8/+9 |
| | | | | | | Add test objects so all builders gets exposed to the new nodes. Make the fallback node post-transform change desc_inline as well. Make the html4, latex, and text writers handle desc_inline. | ||||
* | Decl styling, use a post-transform to get the domain name in the ↵ | Jakob Lykke Andersen | 2021-04-12 | 1 | -0/+10 |
| | | | | desc_signature nodes | ||||
* | Decl styling, more nodes and C++ conversion | Jakob Lykke Andersen | 2021-04-12 | 1 | -5/+1 |
| | |||||
* | refactor: Use PEP-526 based variable annotation (sphinx.transforms) | Takeshi KOMIYA | 2021-03-24 | 3 | -8/+8 |
| | |||||
* | Merge pull request #8432 from tk0miya/7119_pending_xref_condition | Takeshi KOMIYA | 2021-03-06 | 1 | -3/+20 |
|\ | | | | | Fix #7119: Show type hint names unqualified when resolving succeeded | ||||
| * | Filter pending_xref_condition node on failed resolution | Takeshi KOMIYA | 2021-03-06 | 1 | -3/+20 |
| | | |||||
* | | Merge pull request #8954 from askhl/safer-translatable-strings | Takeshi KOMIYA | 2021-03-04 | 1 | -6/+5 |
|\ \ | |/ |/| | Safe formatting of translatable strings | ||||
| * | format translatable strings in one go. This enables translation tools like ↵ | Ask Hjorth Larsen | 2021-03-03 | 1 | -6/+5 |
| | | | | | | | | msgfmt to verify that an incorrect translation cannot crash sphinx-build. This will fix current crashes for Hungarian and Greek (Spanish was fixed in #8941) | ||||
* | | Merge pull request #8899 from mcmtroffaes/patch-2 | Takeshi KOMIYA | 2021-02-17 | 1 | -1/+1 |
|\ \ | | | | | | | fix potential getitem error in resolve_anyref | ||||
| * | | fix potential getitem error in resolve_anyref | Matthias C. M. Troffaes | 2021-02-16 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-22 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | minor typing fix | Chris Sewell | 2021-01-20 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-08 | 1 | -3/+3 |
|\ \ | |/ |