Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -5/+5 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -3/+3 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -24/+24 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -2/+3 |
| | |||||
* | Merge branch '4.x' into 5.x | Takeshi KOMIYA | 2022-05-06 | 1 | -0/+58 |
|\ | |||||
| * | Merge pull request #10251 from jbms/fix-inline-syntax-highlight | Takeshi KOMIYA | 2022-05-06 | 1 | -0/+58 |
| |\ | | | | | | | Make code role highlighting consistent with code-block directive | ||||
| | * | Make code role highlighting consistent with code-block directive | Jeremy Maitin-Shepard | 2022-03-19 | 1 | -0/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/sphinx-doc/sphinx/issues/5157 This is factored out of the sphinx-immaterial theme: https://github.com/jbms/sphinx-immaterial/blob/1ef121a612d4f5afc2a9ca9c4e3f20fca89065e8/sphinx_immaterial/inlinesyntaxhighlight.py#L1 See also: https://github.com/sphinx-doc/sphinx/pull/6916 | ||||
* | | | `rawsource` is deprecated in `docutils.nodes.Text` | Adam Turner | 2022-04-22 | 1 | -2/+2 |
|/ / | |||||
* | | Include trailing / in PEP URL to avoid 301 redirect | Hugo van Kemenade | 2022-03-24 | 1 | -2/+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 |
|/ | |||||
* | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix some messages are still not translated | Takeshi KOMIYA | 2021-12-27 | 1 | -3/+3 |
|/ | |||||
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -5/+5 |
| | |||||
* | refactor: use raw Type for type annotations | Takeshi KOMIYA | 2021-04-04 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fix #7869: abbr role wrongly copies an explanation from the previous one | Takeshi KOMIYA | 2020-06-27 | 1 | -2/+3 |
| | | |||||
| * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -1/+1 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -254/+0 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix sphinx crashes with ImportError on python3.5.1 | Takeshi KOMIYA | 2020-04-19 | 1 | -2/+2 |
| | | | | | | | | | | typing.Type was added since python 3.5.2. So it should be imported only on type checking. | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-06 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Fix #6477: Escape first "!" in a cross reference linking no longer possible | Takeshi KOMIYA | 2020-03-28 | 1 | -2/+1 |
| | | |||||
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+2 |
| | | |||||
* | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+1 |
|/ | |||||
* | refactor: Make a bullet character for :menuselection: a constant | Takeshi KOMIYA | 2020-01-11 | 1 | -1/+3 |
| | | | | refs: #7006 | ||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Deprecate sphinx.roles:Index and make a copy to sphinx.domains.index | Takeshi KOMIYA | 2019-12-29 | 1 | -1/+1 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.roles | Takeshi KOMIYA | 2019-12-25 | 1 | -63/+54 |
| | |||||
* | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+2 |
| | |||||
* | Fix mypy violations (for mypy-0.720) | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+1 |
| | |||||
* | refactor XRefRole using ReferenceRole class | Takeshi KOMIYA | 2019-02-16 | 1 | -44/+62 |
| | |||||
* | Replace :file: and :samp: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -2/+57 |
| | |||||
* | Replace :guilabel: and :menuselection: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -2/+31 |
| | |||||
* | Fix :pep: and :rfc: roles are broken | Takeshi KOMIYA | 2019-02-16 | 1 | -10/+9 |
| | |||||
* | Replace :pep: and :rfc: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -2/+78 |
| | |||||
* | Replace :index: role by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -2/+28 |
| | |||||
* | Replace :abbr: role by class based implementation | Takeshi KOMIYA | 2019-02-06 | 1 | -1/+21 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | |