summaryrefslogtreecommitdiff
path: root/sphinx/environment/collectors
Commit message (Expand)AuthorAgeFilesLines
* Fix #6914: figure numbers are unexpectedly assigned to uncaptioned itemsTakeshi KOMIYA2020-10-041-0/+4
* Fix #7768: i18n: Wrong root element is passed to figure_language_filenameTakeshi KOMIYA2020-07-261-12/+16
* Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* A happy new year!Takeshi KOMIYA2020-01-017-7/+7
* Migrate to py3 style type annotation: sphinx.applicationTakeshi KOMIYA2019-12-251-8/+11
* Add IndexDomainTakeshi KOMIYA2019-12-221-0/+7
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+6
* Migrate to py3 style type annotation: sphinx.environment.collectors.titleTakeshi KOMIYA2019-07-061-14/+9
* Migrate to py3 style type annotation: sphinx.environment.collectors.toctreeTakeshi KOMIYA2019-07-061-42/+26
* Migrate to py3 style type annotation: sphinx.environment.collectors.metadataTakeshi KOMIYA2019-07-061-15/+9
* Migrate to py3 style type annotation: sphinx.environment.collectors.indexentriesTakeshi KOMIYA2019-07-061-15/+11
* Migrate to py3 style type annotation: sphinx.environment.collectors.dependenciesTakeshi KOMIYA2019-07-061-15/+9
* Migrate to py3 style type annotation: sphinx.environment.collectors.assetTakeshi KOMIYA2019-07-061-21/+15
* Migrate to py3 style type annotation: sphinx.environment.collectorsTakeshi KOMIYA2019-07-061-20/+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-064-6/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-027-7/+7
|\
| * A happy new year!Takeshi KOMIYA2019-01-027-7/+7
* | Merge pull request #5806 from jdufresne/six-text-typeTakeshi KOMIYA2018-12-261-3/+1
|\ \
| * | Replace use of six.text_type with strJon Dufresne2018-12-181-3/+1
* | | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-191-1/+1
|/ /
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-167-7/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-157-42/+35
* | Fix annotations of enumerable_nodesTakeshi KOMIYA2018-12-031-1/+1
* | Refactor Toctree CollectorTakeshi KOMIYA2018-12-026-63/+66
* | Refactor metadata collectorTakeshi KOMIYA2018-12-021-34/+27
* | Refactor metadata handlingTakeshi KOMIYA2018-11-301-5/+13
* | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-247-0/+7
* | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-232-5/+2
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-222-4/+3
|\ \
| * | Remove use of six.iteritems()Jon Dufresne2018-09-112-4/+3
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/ /
* | Remove use of Python 2 os.getcwdu()Jon Dufresne2018-09-091-2/+3
* | Merge pull request #5386 from tk0miya/add_IndexEntriesMigratorTakeshi KOMIYA2018-09-061-5/+1
|\ \ | |/ |/|
| * refactor: Add IndexEntriesMigrator to simplifyTakeshi KOMIYA2018-09-041-5/+1
* | Fix #5348: download reference to remote file is not displayedTakeshi KOMIYA2018-08-261-7/+10
|/
* Merge branch '1.7'Takeshi KOMIYA2018-06-091-4/+5
|\
| * Fix #5048: crashed with numbered toctreeTakeshi KOMIYA2018-06-071-4/+5
* | Merge branch 1.7shimizukawa2018-05-251-3/+3
|\ \ | |/
| * Fix #4919: node.asdom() crashes if toctree has :numbered: optionTakeshi KOMIYA2018-05-211-3/+3
* | Merge branch 'master' into refactor_enumerable_nodesTakeshi KOMIYA2018-03-217-19/+14
|\ \
| * \ Merge branch '1.7'Takeshi KOMIYA2018-03-187-19/+14
| |\ \ | | |/
| | * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-137-19/+14
* | | Add Domain#get_enumerable_node_type()Takeshi KOMIYA2018-03-171-1/+10
|/ /
* | Merge branch 'master' into dont_stringify_exceptionsTakeshi KOMIYA2018-03-042-5/+7
|\ \
| * | Make console and warning messages translatableTakeshi KOMIYA2018-03-032-5/+7
* | | Use six.text_type to stringify exceptionsTakeshi KOMIYA2018-03-031-1/+3
|/ /
* | Merge branch '1.7'Takeshi KOMIYA2018-02-187-14/+19
|\ \ | |/