Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated ``sphinx.io.read_doc()`` function (#11372) | Adam Turner | 2023-04-27 | 1 | -37/+1 |
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
* | Adopt ``profile = "black"`` for ``isort`` | Adam Turner | 2023-01-07 | 1 | -2/+5 |
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -5/+5 |
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -3/+3 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | Merge branch '5.x' | Jean-François B | 2022-08-06 | 1 | -1/+1 |
|\ | |||||
| * | set up mypy for incremental adoption of 'strict optional' | daniel.eades | 2022-07-26 | 1 | -1/+1 |
* | | Merge branch '5.x' | Takeshi KOMIYA | 2022-07-03 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Use `get_settings()` from Docutils 0.19 (#10624) | Adam Turner | 2022-07-02 | 1 | -1/+5 |
* | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -3/+2 |
|/ | |||||
* | Mark sphinx.io:read_doc() deprecated | Takeshi KOMIYA | 2022-05-08 | 1 | -2/+37 |
* | Inline `io.read_doc` and explain why settings are copied | Adam Turner | 2022-05-07 | 1 | -17/+2 |
* | Move creation to `sphinx.io` | Adam Turner | 2022-05-02 | 1 | -1/+30 |
* | Cache publisher for reading documents | Adam Turner | 2022-04-17 | 1 | -26/+11 |
* | 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 |
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | Improve docstring in sphinx.io module | Louis Maddox | 2021-07-18 | 1 | -1/+2 |
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -1/+1 |
* | refactor: use raw Type for type annotations | Takeshi KOMIYA | 2021-04-04 | 1 | -1/+1 |
* | Deprecate SphinxComponentRegistry.get_source_input() | Takeshi KOMIYA | 2021-03-02 | 1 | -22/+7 |
* | 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 | -8/+5 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -8/+6 |
| * | Preserve backwards compatibility | Peter Bell | 2020-07-16 | 1 | -4/+7 |
| * | Require canonical name to be specified when calling deprecated_alias | Peter Bell | 2020-07-15 | 1 | -2/+3 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-11 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix #7619: Duplicated node IDs are generated if node has multiple IDs | Takeshi KOMIYA | 2020-07-09 | 1 | -0/+2 |
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -23/+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 |
* | | 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 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -4/+4 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -4/+4 |
* | | Fix flake8 violations | Takeshi KOMIYA | 2019-12-25 | 1 | -3/+1 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-25 | 1 | -39/+25 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.io | Takeshi KOMIYA | 2019-12-25 | 1 | -55/+31 |
* | | Fix flake8 violation | Takeshi KOMIYA | 2019-12-21 | 1 | -1/+1 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-21 | 1 | -16/+11 |
|\ \ | |/ | |||||
| * | Deprecate sphinx.io.FiletypeNotFoundError and get_filetype() | Takeshi KOMIYA | 2019-12-16 | 1 | -1/+12 |
| * | Fix #6855: Non-RST translated text should be parsed by the appropriate parser | James McKinney | 2019-12-16 | 1 | -15/+1 |
* | | Fix merge error | Takeshi KOMIYA | 2019-10-06 | 1 | -0/+1 |