Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-02 | 2 | -0/+12 |
|\ | |||||
| * | Merge branch '3.x' into 8183 | Takeshi KOMIYA | 2020-11-01 | 4 | -10/+10 |
| |\ | |||||
| * | | Don't remove substitution_reference nodes (fix #7953) | Brecht Machiels | 2020-09-08 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | 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 | 4 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Use node as location | Yves Chevallier | 2020-08-12 | 4 | -9/+9 |
| |/ | |||||
* | | 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-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix typo | Tetsuo Koyama | 2020-07-19 | 1 | -1/+1 |
| | | |||||
| * | Preserve backwards compatibility | Peter Bell | 2020-07-16 | 1 | -23/+26 |
| | | |||||
| * | Require canonical name to be specified when calling deprecated_alias | Peter Bell | 2020-07-15 | 1 | -8/+22 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-11 | 2 | -0/+6 |
|\ \ | |/ | |||||
| * | Close #7849: html: Add html_codeblock_linenos_style | Takeshi KOMIYA | 2020-07-11 | 2 | -0/+6 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge pull request #7832 from cool-RR/2020-06-11-raise-from | Takeshi KOMIYA | 2020-06-29 | 1 | -2/+2 |
| |\ | | | | | | | Fix exception causes all over the codebase | ||||
| | * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -2/+2 |
| | | | |||||
| * | | Use chain.from_iterable in text.py | Ram Rachum | 2020-06-17 | 1 | -1/+1 |
| |/ | |||||
* | | Merge tag 'v3.1.0' | Takeshi KOMIYA | 2020-07-05 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix #7723: LaTeX: pdflatex crashed when URL contains a single quote | Takeshi KOMIYA | 2020-06-04 | 1 | -1/+2 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-06-04 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix #7701: LaTeX: Anonymous indirect target causes duplicated labels | Takeshi KOMIYA | 2020-05-23 | 1 | -0/+2 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -4/+4 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 4 | -133/+8 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-06 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Fix html: a width of table was ignored on HTML builder (ref: #6564) | Takeshi KOMIYA | 2020-03-29 | 1 | -1/+4 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-23 | 2 | -6/+32 |
|\ \ | |/ | |||||
| * | Fix #7357: html: Resizing SVG image fails with ValueError | Takeshi KOMIYA | 2020-03-22 | 2 | -6/+32 |
| | | |||||
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 5 | -15/+10 |
| | | |||||
* | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+0 |
| | | |||||
* | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -16/+17 |
|/ | |||||
* | refactor: latex: Move initialization of multilingual module to builder | Takeshi KOMIYA | 2020-03-07 | 1 | -45/+1 |
| | |||||
* | Support LaTeX Theming; a set of document class settings (refs: #6672) | Takeshi KOMIYA | 2020-03-06 | 1 | -15/+44 |
| | |||||
* | Merge branch '3.x' into 7005_kbd_for_latex | Takeshi KOMIYA | 2020-03-05 | 5 | -426/+56 |
|\ | |||||
| * | refactor: Update type annotations in sphinx.writers.* | Takeshi KOMIYA | 2020-02-23 | 2 | -23/+23 |
| | | |||||
| * | Merge branch 'drop_desc_signature_first' into 3.x | Takeshi KOMIYA | 2020-02-22 | 2 | -8/+0 |
| |\ | |||||
| | * | Deprecate desc_signature['first'] | Takeshi KOMIYA | 2020-02-09 | 2 | -8/+0 |
| | | | |||||
| * | | Merge branch '2.x' into 3.x | Takeshi KOMIYA | 2020-02-18 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Fix #7170: text: Remove debug print | Takeshi KOMIYA | 2020-02-18 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-09 | 2 | -12/+4 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | fix | Takeshi KOMIYA | 2020-02-09 | 1 | -6/+2 |
| | | | |||||
| | * | Fix #7112: html: SVG image is not layouted as float even if aligned | Takeshi KOMIYA | 2020-02-09 | 2 | -7/+3 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-09 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Fix #7059: latex: LaTeX compilation fails into infinite loop | Takeshi KOMIYA | 2020-02-04 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-01 | 1 | -193/+21 |
| |\ \ | | |/ | |||||
| | * | Merge branch '2.0' into refactor_latex | Takeshi KOMIYA | 2020-01-31 | 8 | -46/+62 |
| | |\ | |||||
| | * | | refactor: latex: Deprecate settings.* attributes based on latex_documents | Takeshi KOMIYA | 2019-12-27 | 1 | -4/+4 |
| | | | |