Files
sphinx/sphinx
jfbu 71b9f00d31 Fix #2873: code-block overflow in latex (due to commas)
The potential linebreaks at commas in code lines were not inserted due
to latex kernel macro ``\@noligs`` which is issued by fancyvrb.sty
during its line processing. From the default `` `<>,'- ``, only the
backtick is left to be handled by ``\@noligs`` because the others are
either already replaced by a macro by Pygments, or (only the comma) made
active by sphinx.sty to insert potential linebreaks.
2016-09-02 09:48:33 +02:00
..
2016-01-24 13:47:51 +09:00
2016-08-20 18:05:14 +09:00
2016-01-14 22:54:04 +01:00
2016-01-14 22:54:08 +01:00
2016-07-26 13:53:51 +09:00
2016-02-16 19:20:09 +01:00
2016-01-14 22:54:04 +01:00
2016-08-20 22:27:13 +09:00
2016-01-14 22:54:04 +01:00
2016-01-14 22:54:04 +01:00