Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert sphinx.builders.latex to package from module | Takeshi KOMIYA | 2018-04-14 | 1 | -341/+0 |
| | |||||
* | Fix #4784: latex_show_urls assigns incorrect footnote numbers | Takeshi KOMIYA | 2018-04-12 | 1 | -0/+10 |
| | |||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 |
| | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | ||||
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 |
| | |||||
* | Fix #4230: slowdown in writing document with sphinx 1.6 | Takeshi KOMIYA | 2018-01-30 | 1 | -1/+1 |
| | | | | | | ``docutils.utils.new_document()`` is much slower than an instantiation of document node. This adds a much faster alternative of the function which uses caches internally. | ||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -8/+7 |
| | |||||
* | builders: Add 'Builder.epilog' option | Stephen Finucane | 2018-01-11 | 1 | -0/+6 |
| | | | | | | | | | | | | This allows builders to emit a final epilog message containing information such as where resulting files can be found. This is only emitted if the build was successful. This allows us to remove this content from the 'make_mode' tool and the legacy 'Makefile' and 'make.bat' templates. There's room for more dramatic simplification of the former, but this will come later. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-07-02 | 1 | -1/+24 |
|\ \ | |/ | |||||
| * | Fix #3902: Emit error if ``latex_documents`` contains non-unicode string in py2 | Takeshi KOMIYA | 2017-07-02 | 1 | -1/+20 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-05-29 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Fix #3807 by using old Makefile in LaTeX build repertory for windows | jfbu | 2017-05-28 | 1 | -0/+6 |
| | | |||||
* | | latex: Use ENUM for validate config value | Takeshi KOMIYA | 2017-04-27 | 1 | -10/+2 |
| | | |||||
* | | Remove deprecated feature: latex_keep_old_macro_names | Takeshi KOMIYA | 2017-04-27 | 1 | -18/+0 |
|/ | |||||
* | Move translators to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 1 | -1/+2 |
| | |||||
* | Show original image URI on copying images | Takeshi KOMIYA | 2017-04-19 | 1 | -11/+18 |
| | |||||
* | Add ImageDownloader transform to support remote images on some builders | Takeshi KOMIYA | 2017-04-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -3/+3 |
| | | |||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 |
| | | |||||
* | | Improve latex tables: fix #1574 and other rendering issues | jfbu | 2017-03-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow multi-paragraph contents in grid table merged cells - allow code-blocks in merged cells - allow generally speaking reST contents allowed in regular cells to be also allowed in merged cells, whether multirow, multicolumn, or both. This is made possible by custom LaTeX macros replacing original ``\multicolumn`` and ``\multirow`` (none of the originals allows verbatim contents as is needed for code-blocks). They are defined in bundled LaTeX style file sphinxmulticell.sty. The multicolumn merged cells give much better results with tabulary as it is coerced into taking them into account in its automatic width algorithm. This deprecates use of LaTeX packages eqparbox and multirow, which are not needed anymore. New config setting ``latex_use_latex_multicolumn`` (default value False, currently) as custom Sphinx multicolumn is not fully compatible will all types of custom table col specs which may be inserted via tabularcolumns directive. It works best with standard ``|`` column separator. The default tabulary column specifier has been changed from L (flushleft) to J (justifying). Internally the column type is called T, so ``r'\newcolumntype{T}{L}'`` in preamble key recovers the former behaviour. A ``\Y`` column type is defined which admits one decimal argument in place of the two integers for ``\X``. | ||||
* | | deprecate :confval:`latex_keep_old_macro_names` | jfbu | 2017-02-18 | 1 | -1/+6 |
| | | |||||
* | | Add mypy annotations | Takeshi KOMIYA | 2017-02-10 | 1 | -1/+1 |
| | | |||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #3312 from tk0miya/remove_deprecated_codes3 | Takeshi KOMIYA | 2017-01-13 | 1 | -2/+5 |
|\ \ | | | | | | | Remove deprecated codes | ||||
| * | | Emit deprecation warning for latex_elements["footer"] using warnings module | Takeshi KOMIYA | 2017-01-07 | 1 | -2/+5 |
| | | | |||||
* | | | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -3/+3 |
|/ / | |||||
* | | Drop deprecated options for latex builder | Takeshi KOMIYA | 2017-01-05 | 1 | -50/+0 |
| | | |||||
* | | Update by review | Takeshi KOMIYA | 2017-01-04 | 1 | -2/+2 |
| | | |||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -20/+28 |
| | | |||||
* | | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2() | Takeshi KOMIYA | 2017-01-02 | 1 | -15/+18 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-25 | 1 | -8/+19 |
|\ \ | |/ | |||||
| * | Merge pull request #3251 from tk0miya/refactor_latex_builder | Takeshi KOMIYA | 2016-12-24 | 1 | -8/+19 |
| |\ | | | | | | | LaTeX builder: Refactor the default settings generators (refs: #3244) | ||||
| | * | LaTeX builder: Refactor the default settings generators (refs: #3244) | Takeshi KOMIYA | 2016-12-16 | 1 | -8/+19 |
| | | | |||||
* | | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix #3261: ``latex_use_parts`` makes sphinx crash | Takeshi KOMIYA | 2016-12-19 | 1 | -1/+1 |
| |/ | |||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix #3204: Fix typo | Takeshi KOMIYA | 2016-12-10 | 1 | -1/+1 |
| | | |||||
* | | Add type-check annotations to sphinx.builders | Takeshi KOMIYA | 2016-11-16 | 1 | -8/+26 |
|/ | |||||
* | Fix #2877: Rename ``latex_elements['footer']`` to ↵ | Takeshi KOMIYA | 2016-09-17 | 1 | -0/+9 |
| | | | | ``latex_elements['postpreamble']`` | ||||
* | Merge pull request #2772 from tk0miya/good_default_settings_for_latexpdfja | Takeshi KOMIYA | 2016-07-21 | 1 | -1/+6 |
|\ | | | | | better default LaTeX settings for Japanese | ||||
| * | Use jreport to the docclass for Japanese howto documents | Takeshi KOMIYA | 2016-07-15 | 1 | -1/+4 |
| | | |||||
| * | better default LaTeX settings for Japanese | Takeshi KOMIYA | 2016-07-15 | 1 | -1/+3 |
| | | |||||
* | | Use platex by default if language is "ja" | Takeshi KOMIYA | 2016-07-19 | 1 | -2/+4 |
| | | |||||
* | | Support multiple LaTeX engines through `latex_engine` | Takeshi KOMIYA | 2016-07-19 | 1 | -12/+13 |
| | |