summaryrefslogtreecommitdiff
path: root/sphinx/environment/adapters
Commit message (Expand)AuthorAgeFilesLines
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-2/+2
* Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
* Fix typoEisuke Kawashima2021-07-081-1/+1
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-1/+1
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-031-2/+2
* Merge pull request #9053 from tk0miya/title_node_for_toctree_captionTakeshi KOMIYA2021-04-091-1/+1
|\
| * Fix #8870: Use title node for the caption of toctreeTakeshi KOMIYA2021-04-091-1/+1
* | refactor: Use PEP-526 based variable annotation (sphinx.environment)Takeshi KOMIYA2021-03-252-6/+6
* | Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2021-01-161-1/+3
|\ \ | |/
| * Deal with empty string case.Jean Kossaifi2021-01-091-1/+1
| * Cast maxdepth to int in toctreeJean Kossaifi2021-01-091-0/+2
* | Merge branch '3.x'Takeshi KOMIYA2021-01-014-4/+4
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-014-4/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-11-122-7/+4
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-112-7/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-5/+9
|\ \ | |/
| * Fix #2050: Symbols sections are appeared twice in the index pageTakeshi KOMIYA2020-07-181-5/+9
* | Merge branch '3.x'Takeshi KOMIYA2020-04-131-1/+1
|\ \ | |/
| * Fix #7410: Allow to suppress "circular toctree references detected" warningsTakeshi KOMIYA2020-04-121-1/+1
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-3/+2
|/
* 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
|/