summaryrefslogtreecommitdiff
path: root/sphinx/io.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated ``sphinx.io.read_doc()`` function (#11372)Adam Turner2023-04-271-37/+1
|
* Fix COM812Adam Turner2023-02-181-1/+1
|
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+5
| | | | This allows using Ruff's import sorting fixers
* Run pyupgrade (#11070)Adam Turner2023-01-021-5/+5
|
* Use PEP 595 typesAdam Turner2023-01-011-3/+3
|
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
|
* Merge branch '5.x'Jean-François B2022-08-061-1/+1
|\
| * set up mypy for incremental adoption of 'strict optional'daniel.eades2022-07-261-1/+1
| |
* | Merge branch '5.x'Takeshi KOMIYA2022-07-031-1/+5
|\ \ | |/
| * Use `get_settings()` from Docutils 0.19 (#10624)Adam Turner2022-07-021-1/+5
| |
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-3/+2
|/
* Mark sphinx.io:read_doc() deprecatedTakeshi KOMIYA2022-05-081-2/+37
|
* Inline `io.read_doc` and explain why settings are copiedAdam Turner2022-05-071-17/+2
|
* Move creation to `sphinx.io`Adam Turner2022-05-021-1/+30
|
* Cache publisher for reading documentsAdam Turner2022-04-171-26/+11
|
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* Improve docstring in sphinx.io moduleLouis Maddox2021-07-181-1/+2
|
* refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-1/+1
|
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
|
* Deprecate SphinxComponentRegistry.get_source_input()Takeshi KOMIYA2021-03-021-22/+7
| | | | | | The source_input system was deprecated at v2.0. So no client uses it longer now. Therefore this deprecate the getter interface and its usage.
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-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 isortTakeshi KOMIYA2020-11-121-2/+1
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-8/+5
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Preserve backwards compatibilityPeter Bell2020-07-161-4/+7
| |
| * Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-151-2/+3
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-07-111-0/+2
|\ \ | |/
| * Fix #7619: Duplicated node IDs are generated if node has multiple IDsTakeshi KOMIYA2020-07-091-0/+2
| |
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-23/+0
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-04-191-1/+1
|\ \ | |/
| * Fix sphinx crashes with ImportError on python3.5.1Takeshi KOMIYA2020-04-191-2/+2
| | | | | | | | | | typing.Type was added since python 3.5.2. So it should be imported only on type checking.
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
| |
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-4/+4
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| |
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-4/+4
| |
* | Fix flake8 violationsTakeshi KOMIYA2019-12-251-3/+1
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-39/+25
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.ioTakeshi KOMIYA2019-12-251-55/+31
| |
* | Fix flake8 violationTakeshi KOMIYA2019-12-211-1/+1
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-12-211-16/+11
|\ \ | |/
| * Deprecate sphinx.io.FiletypeNotFoundError and get_filetype()Takeshi KOMIYA2019-12-161-1/+12
| |
| * Fix #6855: Non-RST translated text should be parsed by the appropriate parserJames McKinney2019-12-161-15/+1
| |
* | Fix merge errorTakeshi KOMIYA2019-10-061-0/+1
| |