Jean-François B.
Jean-François B.
I have improved some comments and will now merge after testing completes. Thanks a lot @gmilde for your previous comments. I have kept the initial choices where `\linewidth` is used,...
MEMO: a collateral of this patch is that LaTeX tests are done now using DocUtils HEAD. CC @AA-Turner should I revert this usage of Docutils HEAD for LaTeX testing? I...
I observe that using `\ ` (i.e. backslash + space) in the URL mark-up like this: ```rest .. image:: https://raster.shields.io/badge/doc-CC--BY\ 4.0-green.png ``` "works": the LATEX build directory contains a fetched...
> The namedefs got: `\@namedef{PYGZZZ@tok@w}{\def\PYGZZZ@tc##1{\textcolor[rgb]{0.73,0.73,0.73}{##1}}}` while the other defs got: `\def\PYGZZZZbs{\text\textbackslash}` > > This at least seems to behave (and not break) the LaTeX compilation and yielded a valid PDF...
> ### How to deal with line-breaking? > > However, the issue with the line-breaks remains. I'm not familiar enough with TeX macros, but it seems to me that what's...
@hmedina I have implemented my remarks to achieve full LaTeX support at https://github.com/jfbu/sphinx/tree/multistyle. I think at some places your docstrings are a bit long and should be hardwrapped for shorter...
> @jfbu hey there! I do not mind at all if you push your work to this branch; I'm very happy the full feature set is kept. > This is...
Testing failed apparentely because CI could not fetch [HEAD after my push](https://github.com/sphinx-doc/sphinx/commit/4b09baa72ef2bd63e0c3cefadc0374f22a9d7eff). No idea why and can't investigate for now.
@hmedina I have merged master with was without conflicts (done by Ort strategy I did not look too closely if merge was sane). I was eager to see if CI...
> Yes another approach which I had considered avoids hashing altogether. It simply enumerates all the encountered specialized block styles, and output them as a string acceptable to LaTeX in...