Commit message (Collapse) | 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 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | 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 |
| | | | | | | | | 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 | 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 |
| | | | | | | | | | | | | Allow to add JS/CSS files to the specific page when an extension calls `app.add_js_file()` or `app.add_css_file()` on `html-page-context` event. | ||||
* | | 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-11-12 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | | 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 | ||||
| * | | 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 |
| | | | | | The node is only used in latex builder. So this makes it builder- specific node. | ||||
* | 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 |