Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch '3.x' into 8183 | Takeshi KOMIYA | 2020-11-01 | 1 | -5/+5 | |
| |\ | ||||||
| * | | Don't remove substitution_reference nodes (fix #7953) | Brecht Machiels | 2020-09-08 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | SubstitutionDefinitionsRemover is now a SphinxPostTransform, only applied in the Sphinx builder, as was originally the case (see #4827). | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-10-24 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Correct a typo in texinfo.py | Felix Yan | 2020-10-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-14 | 1 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Use node as location | Yves Chevallier | 2020-08-12 | 1 | -4/+4 | |
| |/ | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-01 | 1 | -8/+24 | |
|\ \ | |/ | ||||||
| * | Fix #7993: texinfo: a warning not supporting desc_signature_line node is shown | Takeshi KOMIYA | 2020-07-25 | 1 | -0/+6 | |
| | | ||||||
| * | Fix #7993: texinfo: TypeError is raised for nested object descriptions | Takeshi KOMIYA | 2020-07-25 | 1 | -8/+18 | |
| | | | | | | | | | | | | The texinfo writer remembers the current desc node to render a desc_annotation node. This makes the mechanism robust to support nested object descriptions. | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -2/+2 | |
| | | ||||||
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+2 | |
|/ | ||||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -2/+4 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Stop to use deprecated API: env.indexentries | Takeshi KOMIYA | 2019-12-25 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-22 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-30 | 1 | -451/+231 | |
|\ \ | |/ | ||||||
| * | Migrate to py3 style type annotation: sphinx.writers.texinfo | Takeshi KOMIYA | 2019-11-26 | 1 | -455/+233 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Fix #6793: texinfo: Code examples broken following "sidebar" | Takeshi KOMIYA | 2019-11-06 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-06 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix mypy violations (for mypy-0.730) | Takeshi KOMIYA | 2019-10-06 | 1 | -2/+2 | |
| | | ||||||
| * | Fix mypy violations (for mypy-0.710) | Takeshi KOMIYA | 2019-06-21 | 1 | -1/+1 | |
| | | ||||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -12/+0 | |
|/ | ||||||
* | Fix #3079: texinfo: image files are not copied on ``make install-info`` | Takeshi KOMIYA | 2019-03-02 | 1 | -1/+2 | |
| | ||||||
* | Fix typo | Takeshi KOMIYA | 2019-02-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-03 | 1 | -1/+4 | |
|\ | ||||||
| * | texinfo: remove DOTs from name if name contains other characters | Takeshi KOMIYA | 2019-02-03 | 1 | -0/+3 | |
| | | ||||||
| * | Allow periods in texinfo node names | Brandon T. Willard | 2019-02-03 | 1 | -1/+1 | |
| | | | | | | | | Closes #5871. | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Reorder the arguments for translators | Takeshi KOMIYA | 2018-12-17 | 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: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -4/+4 | |
| | | ||||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | The form is less verbose and more idiomatic for Python 3 only code. https://docs.python.org/3/library/functions.html#super | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -39/+38 | |
| | | ||||||
* | | Replace for-yield-loop by "yield from" | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+1 | |
| | | ||||||
* | | Move to py3 mode for mypy (and remove many "type: ignore" comments) | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Use nodes.Element for visitor/departure methods | Takeshi KOMIYA | 2018-12-15 | 1 | -193/+193 | |
| | | | | | | | | | | To follow docutils-stubs rule, we use nodes.Element for visitor/departure methods. | |||||
* | | Remove SphinxTranslator.get_settings() | Takeshi KOMIYA | 2018-12-12 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | | | 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 | -2/+3 | |
| | | ||||||
* | | Fix annotations | Takeshi KOMIYA | 2018-12-10 | 1 | -2/+3 | |
| | | ||||||
* | | Fix annotations | Takeshi KOMIYA | 2018-12-10 | 1 | -2/+3 | |
| | | ||||||
* | | Merge pull request #5738 from tk0miya/fix_typehints_for_footnotes | Takeshi KOMIYA | 2018-12-10 | 1 | -4/+6 | |
|\ \ | | | | | | | Fix annotations for footnotes | |||||
| * | | Fix annotations for footnotes | Takeshi KOMIYA | 2018-12-10 | 1 | -4/+6 | |
| | | | ||||||
* | | | refactor: special rubric for footnotes | Takeshi KOMIYA | 2018-12-10 | 1 | -2/+1 | |
|/ / | ||||||
* | | Fix annotations | Takeshi KOMIYA | 2018-12-08 | 1 | -1/+1 | |
| | | ||||||
* | | refactor TexinfoTranslator; Replace _make_visit_admonition() | Takeshi KOMIYA | 2018-12-04 | 1 | -16/+26 | |
| | | ||||||
* | | Add SphinxTranslator as an abstract class | Takeshi KOMIYA | 2018-12-03 | 1 | -8/+8 | |
| | |