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
2017-12-31A happy new year!Takeshi KOMIYA
2017-10-20Fix #4169: Chinese language doesn't trigger Chinese search automaticallyTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-21Merge branch 'stable'Takeshi KOMIYA
2017-02-20Fix IndexBuilder.prune() and load() supports _filenames fieldTakeshi KOMIYA
2017-02-20Fix IndexBuilder.prune() takes docnames as a argumentTakeshi KOMIYA
2017-02-20Fix #3349: Result of ``IndexBuilder.load()`` is brokenTakeshi KOMIYA
2017-02-06Remove unused "type: ignore"Takeshi KOMIYA
2017-01-06Fix mypy violationsTakeshi KOMIYA
2016-12-25Merge branch 'stable'Takeshi KOMIYA
2016-12-22Load non-minified JS files from sphinx.package_dirDmitry Shachnev
2016-12-03Update type annotationTakeshi KOMIYA
2016-11-23Merge branch '1.5-release'Takeshi KOMIYA
2016-11-23Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA
2016-11-19fix #3150Yoshiki Shibukawa
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-10-17Fix #3045: HTML search index creator should ignore "raw" content if now htmlTakeshi KOMIYA
2016-10-10allow search hits in body text that are in title of other doc #2891 (#2971)Timotheus Kampik
2016-07-10Merge branch 'master' into fix-stemming-removes-short-words-from-search-resultsTimotheus Kampik
2016-06-07Pass original filenames to search indecies (ref: #2399)Takeshi KOMIYA
2016-06-04Merge branch 'master' into fix-stemming-removes-short-words-from-search-resultsTimotheus Kampik
2016-06-04search index: don't stemm words that would be excluded from search index only...Timotheus Kampik
2016-05-28Merge branch 'stable'Takeshi KOMIYA
2016-05-26Fix #2581: The search doesn't work if language="es" (spanish)Takeshi KOMIYA
2016-05-05refactor code/tests: keyword support for search index #2516Timotheus Kampik
2016-05-02refactor, add more tests #2516Timotheus Kampik
2016-05-01add keywords of meta tag to search index #2463Timotheus Kampik
2016-02-29Merge with 'stable'shimizukawa
2016-02-29Fix #2019: the domain objects in search result are not escapedTakeshi KOMIYA
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2016-01-06Merge pull request #2170 from daoiqi/zh-searchGeorg Brandl
2015-12-13change zh_TW.py to zh.pydaoiqi
2015-08-30Make searchindex generation deterministic.Valentin Lorentz
2015-06-08Fix #1784: Provide non-minified JS code in sphinx/search/*.pyshimizukawa
2015-04-23Fix bug for Traditional Chinese searchEnhao Hu
2015-03-09Fixed #1756: Incorrect section titles in search that was introduced from 1.3b...shimizukawa
2015-03-08websupport: pep8 fixesGeorg Brandl
2015-01-28Remove non-determinismDmitry Shachnev
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-09-25remove with_statement feature for py25.Takayuki Shimizukawa
2014-09-25merge with stableTakayuki Shimizukawa
2014-09-13Test for subclasses of docutils node types when screening searchindexNathan Goldbaum
2014-06-15* fix over 80 chars line and remove unused import.Takayuki Shimizukawa
2014-04-30wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa
2014-04-30remove 'six' name except importing line.Takayuki Shimizukawa
2014-04-29use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa