Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix commented term in glossary directive is wrongly recognized | Takeshi KOMIYA | 2019-04-06 | 1 | -3/+27 | |
| | ||||||
* | Add testcase for glossary | Takeshi KOMIYA | 2019-03-25 | 1 | -0/+135 | |
| | ||||||
* | Fix #6140: Use unittest.mock instead of mock | Takeshi KOMIYA | 2019-03-08 | 1 | -1/+2 | |
| | ||||||
* | 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. | |||||
* | refactor: Store enumerable_nodes to registry | Takeshi KOMIYA | 2018-02-20 | 1 | -0/+3 | |
| | ||||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -1/+1 | |
| | ||||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fix testcase | Takeshi KOMIYA | 2017-04-30 | 1 | -0/+2 | |
| | ||||||
* | Implement get_full_qualified_name() to StandardDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -0/+18 | |
| | ||||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | ||||||
* | To simplify, sphinx uses external mock package even if unittest.mock exists. | shimizukawa | 2016-10-15 | 1 | -1/+1 | |
| | ||||||
* | std domain handles citations | Takeshi KOMIYA | 2016-08-16 | 1 | -0/+2 | |
| | ||||||
* | Override figure directive to apply :name: option to the figure itself | Takeshi KOMIYA | 2016-02-14 | 1 | -23/+0 | |
| | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | ||||||
* | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -80/+80 | |
| | | | | | | | | | | | | * 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 | |||||
* | rename test files | Takayuki Shimizukawa | 2014-08-10 | 1 | -0/+80 | |