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-01A happy new year!Takeshi KOMIYA
2021-03-26refactor: Use PEP-526 based variable annotation (sphinx.search)Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-25Merge branch '2.0'Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.searchTakeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-22Merge branch 'master' into drop-iteritemsTakeshi KOMIYA
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-04-28Show warnings for deprecated html_search_optionsTakeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-05-07Update type annotations for new mypyTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-05-26Fix #2581: The search doesn't work if language="es" (spanish)Takeshi KOMIYA
2016-04-22Modify a spelling mistakeNaoki Sato
2016-02-14Closes #1853: support custom text splitter on html search with `language='ja'`.shimizukawa
2016-02-14Merge pull request #1854 from mocobeta/search_ja_janomeshimizukawa
2016-01-15Obligatory copyright update.Georg Brandl
2016-01-08Fix Sphinx crashes if mecab initialization failedTakeshi KOMIYA
2016-01-08Fix indentationTakeshi KOMIYA
2016-01-08Fix #1807: Sphinx crashes in japanese indexing in some systems.Natsuki Maruyama
2016-01-08Revert search/ja.pyTakeshi KOMIYA
2016-01-08Add testcase for #1860Takeshi KOMIYA
2015-11-29MecabBinder should support both of Python 2 and 3.Tomoko Uchida