Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-12address some unused loop control variables (B007)Daniel Eades
2022-01-01A happy new year!Takeshi KOMIYA
2021-06-13Fix #9330: versionchanged causes error during pdf buildTakeshi KOMIYA
2021-03-22refactor: Use PEP-526 based variable annotation (sphinx.domains)Takeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Use typing.NamedTuple instead of collections.namedtuple as possibleTakeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-06-30Merge branch '2.0'Takeshi KOMIYA
2019-06-29refactor: Add data accessors to ChangesetDomainTakeshi KOMIYA
2019-06-29Merge branch '2.0'Takeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.domains.changesetTakeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-03Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA
2019-01-26Merge branch '1.8'Takeshi KOMIYA
2019-01-24Fix #5958: versionadded directive causes crash with Python 3.5.0Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-23 #5660 adjust expected result to new classesTimotheus Kampik
2018-12-23#5660 add classes for different version modicationsTimotheus Kampik
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-07Update type annotationsTakeshi KOMIYA
2018-12-01Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA
2018-11-29Fix annotations for domainsTakeshi KOMIYA
2018-11-25Merge pull request #5665 from tk0miya/fix_typehintsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-24Fix annotations for Domain.process_doc()Takeshi KOMIYA
2018-11-05Fix typehints: sphinx.domainsTakeshi KOMIYA
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-08-01Move VersionChanges directive to sphinx.domains.changesetTakeshi KOMIYA
2018-08-01refactor: Move repository of changesets to domain from envTakeshi KOMIYA