[02sphinx] 07tk0miya pushed 031 commit to 03master [+0/-0/±4] 13https://git.io/vwukQ
[02sphinx] 07tk0miya 03e3def45 - Use `locales` as a default value of `locale_dirs`
[02sphinx] 07tk0miya pushed 033 commits to 03stable [+0/-0/±5] 13https://git.io/vwuID
[02sphinx] 07tk0miya 03d38915e - Fix intersphinx fails if mapping URL contains any port
[02sphinx] 07mathiasertl 03d7e0471 - fix HTTP BasicAuth for intersphinx mappings
[02sphinx] 07tk0miya 036ce0c23 - Fix #2088: intersphinx crashes if the mapping URL requires basic auth
slick666_work joined the channel
untitaker joined the channel
slick666_work has quit
j12t joined the channel
j12t has quit
[02sphinx] 07jfbu pushed 032 commits to 03stable [+0/-0/±4] 13https://git.io/vwulj
[02sphinx] 07jfbu 03d3f73e7 - Make framing and captions of PDF literal code-blocks obey indentation Thus, html and pdf look more similar.
[02sphinx] 07jfbu 03eabfd5e - Merge pull request #2459 from jfbu/pdfvariablewidthcodeblocks Make framing and captions of PDF literal code-blocks obey indentation
ljosberinn joined the channel
j12t joined the channel
j12t has quit
Akien joined the channel
[02sphinx] 07jfbu pushed 033 commits to 03stable [+0/-0/±4] 13https://git.io/vwuir
[02sphinx] 07jfbu 03ac7d7b5 - Fix #2304: auto line breaks in latexpdf codeblocks Also related to #1534. Convert code lines into flushleft paragraphs, thus allowing linebreaks at spaces, and use pre-existing Pygments mark-up to also allow line breaks at (type 1) characters {, <, #, %, $, ' and " and (type 2) _, }, ^, &, >, -, ~, ., ;, :, ?, !, / and the comma. Characters of type 1 go to next line in case of
break, those of type 2 stay on same line. - no new LaTeX package is used, but current use of fancyverb modified. - code line numbering is not affected (extra lines are not numbered. - spacing of top line and last line with respect of frame is improved. - near bottom of page the wrapping of lines longer than text width, which formerly continued into right margin, can produce one or more extra lines at bottom of page.
It looks impossible without extensive rewrite of fancyvrb.sty or the switch to an altogether different LaTeX package doing source code formatting to allow page breaks there.
[02sphinx] 07jfbu 0339e768e - Update CHANGES after PR#2343
[02sphinx] 07jfbu 038419147 - Merge pull request #2343 from jfbu/codeautolinebreakV3 Allow linebreaks in latex(pdf) codeblocks