Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 10 | -137/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 10 | -10/+10 |
| | |||||
* | Fix typo (again) | jfbu | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Fix typo | jfbu | 2017-05-02 | 1 | -1/+2 |
| | |||||
* | Fix typo in sphinxcontrib-websupport | Martin Hasoň | 2017-05-02 | 1 | -2/+2 |
| | |||||
* | make websupport-dependency optional | Takeshi KOMIYA | 2017-04-29 | 1 | -7/+12 |
| | |||||
* | Emit deprecation warnings on importing sphinx.websupport | Takeshi KOMIYA | 2017-04-22 | 1 | -0/+7 |
| | |||||
* | Split websupport to sphinxcontrib-websupport package | Takeshi KOMIYA | 2017-04-22 | 10 | -1280/+13 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 10 | -10/+10 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 10 | -10/+10 |
| | | |||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 3 | -2/+10 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-17 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix #3246: xapian search adapter crashes | Takeshi KOMIYA | 2016-12-16 | 1 | -3/+3 |
| | | |||||
* | | Add type-check annotations to sphinx.* | Takeshi KOMIYA | 2016-11-16 | 3 | -10/+10 |
|/ | |||||
* | Updates related to new feed() signature | Matthias Geier | 2016-06-08 | 3 | -5/+7 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2016-05-26 | 1 | -1/+6 |
|\ | |||||
| * | Make Xapian search work with Python 3 | Dmitry Shachnev | 2016-05-25 | 1 | -1/+6 |
| | | |||||
* | | Refactor code using ``with`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -9/+3 |
|/ | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 10 | -10/+10 |
| | |||||
* | refs #1784: fix for websupport. | shimizukawa | 2015-06-08 | 1 | -0/+4 |
| | |||||
* | final pep8 fixes; reactivate most warnings in flake8 | Georg Brandl | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | websupport: pep8 fixes | Georg Brandl | 2015-03-08 | 5 | -19/+20 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 10 | -10/+10 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 10 | -10/+10 |
| | | |||||
* | | Merged in shimizukawa/sphinx-use-six (pull request #238) | Takayuki Shimizukawa | 2014-05-25 | 3 | -4/+7 |
|\ \ | | | | | | | | | | using six package for py2/3 compatibility without 2to3. refs #1350 | ||||
| * | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 2 | -2/+6 |
| | | | | | | | | | | | | one source. refs #1350. | ||||
| * | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+1 |
| |/ | |||||
* | | fix node_id String length | solos | 2014-04-19 | 1 | -1/+1 |
|/ | | | | fix node_id String length | ||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 10 | -10/+10 |
| | |||||
* | test suite fixes | Georg Brandl | 2013-04-01 | 1 | -0/+2 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 10 | -10/+10 |
| | |||||
* | Closes #867: merge from https://bitbucket.org/giovannibajo/sphinx | Georg Brandl | 2012-12-30 | 1 | -1/+1 |
|\ | |||||
| * | Apply patch from: | Giovanni Bajo | 2012-12-14 | 1 | -1/+1 |
| | | | | | | | | https://bitbucket.org/birkenfeld/sphinx/issue/867/error-in-websupport-get_metadata | ||||
* | | fix test failure: python3 + whoosh | Takayuki Shimizukawa | 2012-12-17 | 1 | -1/+1 |
|/ | |||||
* | Closes #810: fix deprecation warnings with Python 3. What is left over is ↵ | Georg Brandl | 2012-01-29 | 2 | -4/+5 |
| | | | | from nose or docutils. | ||||
* | Changed Conditional Expressions | togakushi | 2011-11-26 | 1 | -4/+18 |
| | |||||
* | Closes #796: use package_dir everywhere instead of __file__. | Georg Brandl | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | Disable raw directive. | Georg Brandl | 2011-01-25 | 1 | -0/+1 |
| | |||||
* | Replace ternary statements with condition and 'then' or 'else' | Daniel Neuhäuser | 2011-01-08 | 3 | -5/+5 |
| | |||||
* | Determine search language in builder, and add missing method in websupport ↵ | Georg Brandl | 2011-01-04 | 1 | -0/+5 |
| | | | | indexer implementations. | ||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 10 | -10/+10 |
| | |||||
* | Add a text-based diff view e.g. for display in emails. | Georg Brandl | 2010-11-21 | 3 | -10/+20 |
| | |||||
* | Fix comment voting again. | Georg Brandl | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | Remove more mentions of reject_comment. | Georg Brandl | 2010-11-21 | 2 | -9/+0 |
| | |||||
* | Remove comment rejection; delete is fine for that now. | Georg Brandl | 2010-11-21 | 2 | -21/+0 |
| | |||||
* | Remove comment form once comment is submitted, and allow directly opening a ↵ | Georg Brandl | 2010-11-21 | 1 | -1/+1 |
| | | | | comment popup with an anchor. | ||||
* | Fix deletion of comments with votes. | Georg Brandl | 2010-11-21 | 2 | -17/+20 |
| | |||||
* | Allow configuration whether to allow anonymous comments. | Georg Brandl | 2010-11-21 | 1 | -0/+7 |
| |