Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow multi-line object description signatures (#11011) | TLouf | 2023-05-11 | 1 | -1/+6 |
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com> Co-authored-by: TLouf <loufthomas@gmail.com> | ||||
* | Replace deprecation tooling with module level ``__getattr__`` (#11054) | Adam Turner | 2023-01-08 | 1 | -12/+16 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -6/+6 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -1/+1 |
| | |||||
* | Increase minimum Docutils to 0.18 | Adam Turner | 2022-09-27 | 1 | -17/+12 |
| | |||||
* | Increase minimum Docutils to 0.17 | Adam Turner | 2022-09-27 | 1 | -14/+3 |
| | |||||
* | Docstring clarifications (#9877) | Arthur Milchior | 2022-09-24 | 1 | -22/+21 |
| | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com> Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | set up mypy for incremental adoption of 'strict optional' | daniel.eades | 2022-07-26 | 1 | -2/+2 |
| | |||||
* | Use docutils.__version_info__ directly | Adam Turner | 2022-04-22 | 1 | -3/+1 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
| | |||||
* | i18n: meta strings are not translated with docutils-0.18 | Takeshi KOMIYA | 2022-01-02 | 1 | -0/+7 |
| | | | | | | | i18n feature for meta strings does not work if docutils-0.18 used. Note: Since docutils-0.18, patch for meta directive is no longer needed because it uses a picklable meta nodes; ``docutils.nodes.meta``. | ||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #9718: intersphinx: Failed to invoke sphinx.ext.intersphinx module | Takeshi KOMIYA | 2021-10-09 | 1 | -2/+2 |
| | | | | | A circular import was happened since #9701 merged. This goes lazy-import to avoid the error. | ||||
* | Support docutils-0.18; Meta directive and meta node has moved | Takeshi KOMIYA | 2021-10-03 | 1 | -1/+5 |
| | |||||
* | Decl styling, disable smart quoting in sigs | Jakob Lykke Andersen | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Decl styling, fixes from review | Jakob Lykke Andersen | 2021-04-12 | 1 | -2/+2 |
| | |||||
* | Fix desc_sig_space | Jakob Lykke Andersen | 2021-04-12 | 1 | -2/+3 |
| | |||||
* | Decl styling, use a post-transform to get the domain name in the ↵ | Jakob Lykke Andersen | 2021-04-12 | 1 | -1/+2 |
| | | | | desc_signature nodes | ||||
* | Fix flake8 and mypy violations | Jakob Lykke Andersen | 2021-04-12 | 1 | -4/+5 |
| | |||||
* | Decl styling, make desc_inline node | Jakob Lykke Andersen | 2021-04-12 | 1 | -3/+27 |
| | | | | Use the new node for cpp:expr | ||||
* | Decl styling, move static classes to addnodes from HTML5 writer | Jakob Lykke Andersen | 2021-04-12 | 1 | -3/+22 |
| | |||||
* | Decl styling, move desc dynamic classes to domain base class | Jakob Lykke Andersen | 2021-04-12 | 1 | -0/+3 |
| | |||||
* | Decl styling, docs and restructuring | Jakob Lykke Andersen | 2021-04-12 | 1 | -20/+43 |
| | |||||
* | Decl styling, more nodes and C++ conversion | Jakob Lykke Andersen | 2021-04-12 | 1 | -9/+58 |
| | |||||
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -2/+2 |
| | |||||
* | Add pending_xref_condition node | Takeshi KOMIYA | 2021-03-06 | 1 | -0/+48 |
| | | | | | | To choose appropriate content for pending_xref node on resolving, this introduces a new custom node `pending_xref_condition`. It only has a condition for the filtering and contents of the reference. | ||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-01 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Fix circular import in addnodes.py | Julien Schueller | 2020-07-28 | 1 | -1/+1 |
| | | | | | | | | Closes #8016 | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-11 | 1 | -0/+28 |
|\ \ | |/ | |||||
| * | Fix #7619: Duplicated node IDs are generated if node has multiple IDs | Takeshi KOMIYA | 2020-07-09 | 1 | -0/+27 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | Fix astext() for two Sphinx nodes | Jakob Lykke Andersen | 2020-05-14 | 1 | -0/+10 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -18/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -2/+30 |
|\ \ | |/ | |||||
| * | C, flake and mypy fixes, rename attr in desc_signature_line | Jakob Lykke Andersen | 2020-03-15 | 1 | -1/+1 |
| | | |||||
| * | Add desc_sig_element and inherited nodes | Takeshi KOMIYA | 2020-03-14 | 1 | -1/+29 |
| | | |||||
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+2 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -2/+4 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |