| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | |||||
| * | HTML builder outputs HTML5 by default | Takeshi KOMIYA | 2019-02-11 | 1 | -1/+6 |
| | | |||||
| * | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| |/ | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -7/+6 |
| | | |||||
| * | Remove the custom smartypants code | Dmitry Shachnev | 2017-04-25 | 1 | -9/+0 |
| | | | | | | | | | | | Instead rely on docutils’ ‘smart_quotes’ option which is available since docutils 0.10. This adds support for internationalization: our code supported only English quotes, while docutils code supports 27 different languages. Closes #498, #580, #3345, #3472. | ||||
| * | Merge branch 'master' into drop_websupport | Takeshi KOMIYA | 2017-04-23 | 1 | -12/+12 |
| |\ | |||||
| | * | Move translators to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 1 | -12/+12 |
| | | | |||||
| * | | Simplify testcases for websupport | Takeshi KOMIYA | 2017-04-22 | 1 | -11/+0 |
| |/ | | | | | | Now websupport modules has separated and move into sphinxcontrib-websupport package. They are also tested in the package. Hence, we should test the bridge code for them. | ||||
| * | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'stable' | shimizukawa | 2017-01-07 | 1 | -15/+16 |
| |\ \ | |/ | |||||
| | * | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -18/+19 |
| | | | |||||
| * | | Drop deprecated options for html builder | Takeshi KOMIYA | 2017-01-05 | 1 | -22/+2 |
| |/ | |||||
| * | Fix #1953: ``Sphinx.add_node`` does not add handlers the translator ↵ | Takeshi KOMIYA | 2016-08-19 | 1 | -1/+1 |
| | | | | | installed by `html_translator_class` | ||||
| * | Fix flake8 violation under tests/ | Takeshi KOMIYA | 2016-06-12 | 1 | -1/+1 |
| | | |||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
| * | fix trailing space and long line | Takayuki Shimizukawa | 2014-10-09 | 1 | -1/+2 |
| | | |||||
| * | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -99/+36 |
| | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
| * | fix test caused by previious commit: 989c16e04371c | Takayuki Shimizukawa | 2014-08-05 | 1 | -8/+26 |
| | | |||||
| * | Add app.set_translator() API to register or override a Docutils translator ↵ | Takayuki Shimizukawa | 2014-08-05 | 1 | -0/+185 |
| class like :confval:`html_translator_class`. | |||||
