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
2021-02-14Merge branch '3.x'Takeshi KOMIYA
2021-02-12Embed stemmer code into language_data.js by reading it from minified-js filesDmitry Shachnev
2021-02-12Remove old minified versions of JS code, embedded in Python filesDmitry Shachnev
2021-02-12Add minified versions of libstemmer JS filesDmitry Shachnev
2021-02-12Update non-minified-js to the latest version from snowball v2.1.0Dmitry Shachnev
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-10-24Merge branch '3.x'Takeshi KOMIYA
2020-10-24Merge branch '3.x' into 3.2.x_to_3.xTakeshi KOMIYA
2020-10-24Fix mypy violations (with mypy-0.790)Takeshi KOMIYA
2020-10-04Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-03Strip trailing whitespaces and normalize line endingsFrançois Freitag
2020-08-07Synchronise word length between python stemmer and javascript stemmer. Python...Mateusz Lapsa-Malawski
2020-08-01Merge branch '3.x'Takeshi KOMIYA
2020-07-22Allow searching for things like serials, phone numbers, etcJoris Beckers
2020-07-04Merge branch '3.x'Takeshi KOMIYA
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-06-03Merge branch '3.x'Takeshi KOMIYA
2020-06-03Merge branch '3.0.x' into 3.xTakeshi KOMIYA
2020-06-03Fix mypy violations (with mypy-0.780)Takeshi KOMIYA
2020-05-17Merge branch '3.x'Takeshi KOMIYA
2020-05-09Deprecate sphinx.util:rpartition()Takeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-21Merge branch '3.x'Takeshi KOMIYA
2020-03-15Close #7293: html search: Allow to override JavaScript splitterTakeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
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-08-18Merge branch '2.0'Takeshi KOMIYA
2019-08-17Switch uses of __import__ to importlib.get_module()Jon Dufresne
2019-08-01Merge branch '2.0'jfbu
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-02-11Fix import orderTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-28Merge branch '1.8'jfbu
2018-12-25#5605 fix Chinese search index (#5611)Timotheus Kampik
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-16Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA
2018-12-16Merge pull request #5796 from jdufresne/superTakeshi KOMIYA
2018-12-16Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne