Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix annotations for Directives (Replace N_co with nodes.Node) | Takeshi KOMIYA | 2018-12-01 | 1 | -9/+9 | |
| | | ||||||
* | | Fix annotations for directives | Takeshi KOMIYA | 2018-11-29 | 1 | -6/+6 | |
| | | ||||||
* | | refactor: Use super() to call methods of superclass | Takeshi KOMIYA | 2018-11-28 | 1 | -5/+5 | |
| | | ||||||
* | | Fix annotations of directives.patches | Takeshi KOMIYA | 2018-11-27 | 1 | -9/+13 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
|/ | ||||||
* | Remove unused code | Takeshi KOMIYA | 2018-05-19 | 1 | -2/+0 | |
| | ||||||
* | Enable math_block node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-17 | 1 | -0/+59 | |
| | ||||||
* | Add SphinxDirective as a helper | Takeshi KOMIYA | 2018-03-31 | 1 | -3/+3 | |
| | ||||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -3/+2 | |
|\ | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 | |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -1/+4 | |
|/ | ||||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-01 | 1 | -3/+9 | |
|\ \ | |/ | ||||||
| * | Update docstring to patches for table directives | Takeshi KOMIYA | 2017-02-28 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | table directives on docutils-0.13.1+ set source information to caption node. So these patch will be not necessary in feature version of docutils. https://sourceforge.net/p/docutils/patches/137/ | |||||
| * | Fix #3421: Could not translate a caption of tables | Takeshi KOMIYA | 2017-02-26 | 1 | -1/+38 | |
| | | ||||||
* | | Merge branch 'master' into 3421_translate_table_caption | Takeshi KOMIYA | 2017-02-26 | 1 | -0/+7 | |
|\ \ | ||||||
| * | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -0/+7 | |
| |/ | ||||||
* | | Fix #3421: Could not translate a caption of tables | Takeshi KOMIYA | 2017-02-15 | 1 | -1/+38 | |
|/ | ||||||
* | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 | |
| | ||||||
* | Fix could not translate the content of meta directive (ref: #1734) | Takeshi KOMIYA | 2016-09-01 | 1 | -0/+1 | |
| | ||||||
* | Preserve filename and line number for meta nodes | Takeshi KOMIYA | 2016-09-01 | 1 | -1/+21 | |
| | ||||||
* | Closes #2799: Sphinx installs roles and directives automatically on ↵ | Takeshi KOMIYA | 2016-07-28 | 1 | -1/+2 | |
| | | | | | | importing sphinx module. Now Sphinx installs them on running application. | |||||
* | Fix figure nodes do not known lineno itself | Takeshi KOMIYA | 2016-05-01 | 1 | -0/+4 | |
| | ||||||
* | Fix figure directive crashes if non paragraph item is given as caption | Takeshi KOMIYA | 2016-04-06 | 1 | -3/+4 | |
| | ||||||
* | Override figure directive to apply :name: option to the figure itself | Takeshi KOMIYA | 2016-02-14 | 1 | -0/+33 | |