summaryrefslogtreecommitdiff
path: root/sphinx/environment/adapters
Commit message (Expand)AuthorAgeFilesLines
* refactor: Sorting index entriesTakeshi KOMIYA2020-03-011-2/+2
* Close #7220: genindex: Show "main" index entries at firstTakeshi KOMIYA2020-02-291-3/+12
* refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-7/+7
* A happy new year!Takeshi KOMIYA2020-01-014-4/+4
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* Stop to use deprecated API: env.indexentriesTakeshi KOMIYA2019-12-251-1/+4
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* Fix #736: Invalid sort in pair indexTakeshi KOMIYA2019-07-061-3/+13
* Migrate to py3 style type annotation: sphinx.environment.adapters.toctreeTakeshi KOMIYA2019-07-061-26/+24
* Migrate to py3 style type annotation: sphinx.environment.adapters.indexentriesTakeshi KOMIYA2019-07-061-16/+11
* Migrate to py3 style type annotation: sphinx.environment.adapters.assetTakeshi KOMIYA2019-07-061-7/+3
* refactor: move NoUri to sphinx.errorsTakeshi KOMIYA2019-03-021-2/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-024-4/+4
|\
| * A happy new year!Takeshi KOMIYA2019-01-024-4/+4
* | Replace use of six.text_type with strJon Dufresne2018-12-181-3/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-164-4/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-153-18/+15
* | Add 'type: ignore' to avoid type errorsTakeshi KOMIYA2018-12-151-1/+1
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-2/+2
* | Fix annotations for toctreeTakeshi KOMIYA2018-12-101-10/+19
* | Fix annotationsTakeshi KOMIYA2018-12-081-3/+3
* | Update type annotationsTakeshi KOMIYA2018-12-081-1/+1
* | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-243-0/+3
* | Fix typehints: sphinx.environment.adapters.toctreeTakeshi KOMIYA2018-11-061-2/+2
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-222-5/+4
|\ \
| * | Remove use of six.iteritems()Jon Dufresne2018-09-112-5/+4
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-113-3/+3
|/
* Fix #4379: toctree shows confusible warning when document is excludedTakeshi KOMIYA2018-09-021-2/+8
* Merge branch '1.7'Takeshi KOMIYA2018-03-183-8/+6
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-133-8/+6
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-032-7/+8
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-143-6/+8
* optimize: Don't use transform to process only nodes on resolving toctreeTakeshi KOMIYA2018-02-111-14/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-282-3/+2
* A happy new year!Takeshi KOMIYA2018-01-014-4/+4
* Fix module docstringTakeshi KOMIYA2017-04-221-2/+2
* Fix style errorTakeshi KOMIYA2017-04-191-1/+1
* Show original image URI on copying imagesTakeshi KOMIYA2017-04-191-0/+28
* Year++Takeshi KOMIYA2017-03-262-2/+2
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
* Add Extension classTakeshi KOMIYA2017-03-231-2/+2
* Add OnlyNodeTransform as a tranformTakeshi KOMIYA2017-03-101-3/+14
* Upgrade to mypy-0.5Takeshi KOMIYA2017-03-032-2/+2
* Merge branch 'stable'Takeshi KOMIYA2017-03-011-7/+10
* Add mypy annotationsTakeshi KOMIYA2017-02-102-2/+6
* Add IndexEntries adapterTakeshi KOMIYA2017-01-281-0/+157
* Add TocTree adapterTakeshi KOMIYA2017-01-282-0/+334