Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -2/+2 |
* | De-glob mypy whitelist for 'sphinx.domains.*' (#11064) | danieleades | 2023-01-02 | 1 | -7/+8 |
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -3/+3 |
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -8/+8 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | 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 |
* | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+1 |
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-05-10 | 1 | -2/+2 |
* | refactor: Use PEP-526 based variable annotation (sphinx.domains) | Takeshi KOMIYA | 2021-03-23 | 1 | -2/+2 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-08 | 1 | -2/+5 |
|\ | |||||
| * | Close #6241: html: Allow to add JS/CSS files to the specific page | Takeshi KOMIYA | 2021-01-07 | 1 | -2/+5 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -2/+1 |
| * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -2/+2 |
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -20/+0 |
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+2 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-30 | 1 | -35/+28 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.domains.math | Takeshi KOMIYA | 2019-06-30 | 1 | -35/+28 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-21 | 1 | -14/+44 |
|\ \ | |/ | |||||
| * | refactor: Add data accessors to MathDomain | Takeshi KOMIYA | 2019-06-15 | 1 | -14/+44 |
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -2/+0 |
|/ | |||||
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -10/+9 |
* | | Fix annotations of resolve_nodes | Takeshi KOMIYA | 2018-12-03 | 1 | -1/+1 |
* | | Fix annotations for domains | Takeshi KOMIYA | 2018-11-30 | 1 | -4/+4 |
* | | Merge pull request #5665 from tk0miya/fix_typehints | Takeshi KOMIYA | 2018-11-26 | 1 | -0/+1 |
|\ \ | |||||
| * | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
* | | | Fix annotations for Domain.resolve_xref() | Takeshi KOMIYA | 2018-11-24 | 1 | -2/+3 |
* | | | Fix annotations for Domain.process_doc() | Takeshi KOMIYA | 2018-11-24 | 1 | -1/+2 |
|/ / | |||||
* | | Fix typehints: sphinx.domains | Takeshi KOMIYA | 2018-11-06 | 1 | -3/+2 |
|/ | |||||
* | Fix #5497: Do not include MathJax.js and jsmath.js unless it is really needed | Takeshi KOMIYA | 2018-10-17 | 1 | -1/+18 |
* | Add :rst:role:`math:numref` role to refer equations (Same as :rst:role:`eq`) | Takeshi KOMIYA | 2018-08-02 | 1 | -2/+6 |
* | refactor: Move math_reference node to sphinx.builders.latex.nodes | Takeshi KOMIYA | 2018-05-20 | 1 | -24/+18 |
* | Enable eq role by default | Takeshi KOMIYA | 2018-05-17 | 1 | -3/+11 |
* | Move MathDomain to sphinx.domains.math | Takeshi KOMIYA | 2018-05-17 | 1 | -0/+130 |