summaryrefslogtreecommitdiff
path: root/sphinx/domains/changeset.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-07-011-11/+15
|\ \ | |/
| * refactor: Add data accessors to ChangesetDomainTakeshi KOMIYA2019-06-301-11/+15
* | Merge branch '2.0'Takeshi KOMIYA2019-06-301-18/+12
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.domains.changesetTakeshi KOMIYA2019-06-301-18/+12
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-9/+0
|/
* Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA2019-03-031-3/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-261-7/+5
|\
| * Fix #5958: versionadded directive causes crash with Python 3.5.0Takeshi KOMIYA2019-01-251-8/+5
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | #5660 adjust expected result to new classesTimotheus Kampik2018-12-231-0/+1
* | #5660 add classes for different version modicationsTimotheus Kampik2018-12-231-3/+9
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-7/+6
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Update type annotationsTakeshi KOMIYA2018-12-081-2/+3
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-3/+6
* | Fix annotations for domainsTakeshi KOMIYA2018-11-301-6/+7
* | Merge pull request #5665 from tk0miya/fix_typehintsTakeshi KOMIYA2018-11-261-0/+1
|\ \
| * | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | | Fix annotations for Domain.process_doc()Takeshi KOMIYA2018-11-241-1/+1
|/ /
* | Fix typehints: sphinx.domainsTakeshi KOMIYA2018-11-061-1/+1
* | Remove use of six.iteritems()Jon Dufresne2018-09-111-3/+2
|/
* Move VersionChanges directive to sphinx.domains.changesetTakeshi KOMIYA2018-08-021-1/+72
* refactor: Move repository of changesets to domain from envTakeshi KOMIYA2018-08-021-0/+88