summaryrefslogtreecommitdiff
path: root/sphinx/environment/collectors/asset.py
Commit message (Expand)AuthorAgeFilesLines
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-1/+1
* Use PEP 595 typesAdam Turner2023-01-011-7/+7
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+1
|\
| * 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
* | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-121-9/+7
|/
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-2/+2
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.environment)Takeshi KOMIYA2021-03-251-2/+2
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-1/+0
* Fix #7768: i18n: Wrong root element is passed to figure_language_filenameTakeshi KOMIYA2020-07-261-12/+16
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.environment.collectors.assetTakeshi KOMIYA2019-07-061-21/+15
* Make generated download links reproducibleDmitry Shachnev2019-06-031-1/+1
* Fix #6402: image directive crashes by unknown image formatTakeshi KOMIYA2019-05-301-0/+3
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-2/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-191-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-8/+7
* | Refactor Toctree CollectorTakeshi KOMIYA2018-12-021-2/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-231-2/+1
* | Remove use of six.iteritems()Jon Dufresne2018-09-111-2/+2
|/
* Fix #5348: download reference to remote file is not displayedTakeshi KOMIYA2018-08-261-7/+10
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-3/+4
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+2
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Support images in Data URI on non-HTML buildersTakeshi KOMIYA2017-04-191-2/+0
* Drop warning for nonlocal image URITakeshi KOMIYA2017-04-191-3/+0
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix collectors does not returns ext-metadataTakeshi KOMIYA2017-03-131-1/+7
* Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* Fix #3402: Allow to suppress "download file not readable" warnings using ``su...Takeshi KOMIYA2017-02-091-3/+3
* Add sphinx.environment.collectorsTakeshi KOMIYA2017-01-281-0/+148