Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Use nodes.Element for visitor/departure methods | Takeshi KOMIYA | 2018-12-15 | 1 | -75/+75 | |
| | | | | | | | | | | To follow docutils-stubs rule, we use nodes.Element for visitor/departure methods. | |||||
* | | Remove SphinxTranslator.get_settings() | Takeshi KOMIYA | 2018-12-12 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | It was introduced to fake its type information and make mypy silent. But the warnings had came from wrong typing of docutils-stubs. (see https://github.com/tk0miya/docutils-stubs/pull/28) After the fix, the helper method is not needed for us. So this removes it right away. | |||||
* | | Fix annotations | Takeshi KOMIYA | 2018-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | refactor: special rubric for footnotes | Takeshi KOMIYA | 2018-12-10 | 1 | -6/+3 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2018-12-08 | 1 | -1/+3 | |
| | | ||||||
* | | Add SphinxTranslator as an abstract class | Takeshi KOMIYA | 2018-12-03 | 1 | -17/+18 | |
| | | ||||||
* | | Fix annotations (minor fixes) | Takeshi KOMIYA | 2018-12-03 | 1 | -7/+11 | |
| | | ||||||
* | | refactor: Use super() to call methods of superclass | Takeshi KOMIYA | 2018-11-28 | 1 | -4/+4 | |
| | | ||||||
* | | Fix annotations for writers | Takeshi KOMIYA | 2018-11-28 | 1 | -1/+3 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Adjust type annotations for transforms to docutils' | Takeshi KOMIYA | 2018-11-23 | 1 | -2/+2 | |
| | | ||||||
* | | Update type hints to manpage writer | Takeshi KOMIYA | 2018-11-21 | 1 | -75/+75 | |
| | | ||||||
* | | Use super() to call parent class's method | Jon Dufresne | 2018-11-11 | 1 | -2/+2 | |
| | | ||||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -1/+1 | |
| | | | | | | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | |||||
* | | Merge pull request #5342 from tk0miya/drop_py2_support | Takeshi KOMIYA | 2018-09-05 | 1 | -6/+0 | |
|\ \ | | | | | | | Update requirements and dependencies for Sphinx-2.0 | |||||
| * | | Drop docutils 0.11 support | Takeshi KOMIYA | 2018-08-30 | 1 | -6/+0 | |
| |/ | ||||||
* | | Apply NodeMatcher to Sphinx | Takeshi KOMIYA | 2018-08-26 | 1 | -7/+5 | |
|/ | ||||||
* | Refactor: Run highlightlang on resolving phase | Takeshi KOMIYA | 2018-07-21 | 1 | -8/+0 | |
| | ||||||
* | Enable math_block node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-17 | 1 | -5/+6 | |
| | ||||||
* | Enable math node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-15 | 1 | -2/+8 | |
| | | | | | | | | | | | Nowadays, math elements (inline and block level equations) are integrated into reST spec by default. But, in Sphinx, they are not enabled by default. For this reason, users have to enable one of math extensions even if target builder supports math elements directly. This change starts to enable them by default. As a first step, this replaces math node and its structure by docutils based one. | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix #4817: wrong URLs on warning messages | Takeshi KOMIYA | 2018-04-08 | 1 | -1/+1 | |
| | | ||||||
* | | 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. | |||||
* | | Make console and warning messages translatable | Takeshi KOMIYA | 2018-03-03 | 1 | -4/+4 | |
| | | ||||||
* | | Fix mypy violations | Takeshi KOMIYA | 2018-02-26 | 1 | -1/+1 | |
|/ | ||||||
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 | |
| | ||||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -1/+1 | |
| | ||||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | ||||||
* | Update type annotations for new mypy | Takeshi KOMIYA | 2017-05-07 | 1 | -1/+1 | |
| | ||||||
* | Move translators to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 1 | -3/+1 | |
| | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Reduce DeprecationWarnings for regexp | Takeshi KOMIYA | 2017-02-17 | 1 | -1/+1 | |
| | | ||||||
* | | Add mypy annotations | Takeshi KOMIYA | 2017-02-10 | 1 | -0/+87 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | Drop deprecated termsep node | Takeshi KOMIYA | 2017-01-05 | 1 | -11/+0 | |
| | | ||||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -3/+6 | |
| | | ||||||
* | | ``sphinx.util.compat.docutils_version`` is now deprecated | Takeshi KOMIYA | 2016-12-13 | 1 | -2/+2 | |
|/ | ||||||
* | Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ↵ | shimizukawa | 2016-12-04 | 1 | -2/+5 | |
| | | | | to hide the warnings. | |||||
* | Make rendering of multiline signatures better in html. | Jakob Lykke Andersen | 2016-10-20 | 1 | -0/+6 | |
| | ||||||
* | The default format of `today_fmt` and `html_last_updated_fmt` is back to ↵ | Takeshi KOMIYA | 2016-04-03 | 1 | -2/+1 | |
| | | | | | | | | | strftime format again `html_last_updated_fmt` is commonly used for non date formatting. But LDML is difficult to represent them from its characteristics. Now we moved to strftime format again (ref: #2394). | |||||
* | Fix #1498: manpage writer: don't make whole of item in definition list bold ↵ | Takeshi KOMIYA | 2016-03-06 | 1 | -0/+7 | |
| | | | | if it includes strong node | |||||
* | Fix #794: Date formatting in latex output is not localized | Takeshi KOMIYA | 2016-02-14 | 1 | -3/+4 | |
| | ||||||
* | Remove `termset` node. It is not used anywhere. Restore `termsep` node and ↵ | shimizukawa | 2016-02-14 | 1 | -5/+7 | |
| | | | | set as Deprecation. refs #2251 | |||||
* | Now term nodes in a glossary directive are wrapped with termset node to ↵ | shimizukawa | 2016-02-14 | 1 | -3/+5 | |
| | | | | | | handle multiple term correctly. Fix #2251; Line breaks in .rst files are transferred to .pot files in a wrong way. | |||||
* | Fix #2060: ``:manpage:`` role uses incorrect style (node) | Takeshi KOMIYA | 2016-01-17 | 1 | -0/+6 | |
| | | | | | It should be use bold style to reference man pages in man format. On other formats, it is still represented as emphasis. | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | 95 chars in line. It was warned by `make check`. | shimizukawa | 2016-01-12 | 1 | -2/+4 | |
| |