From 5078d81755bfb7883c1d3a97d4035f404a7621e2 Mon Sep 17 00:00:00 2001 From: Jonathan Waltman Date: Tue, 19 Feb 2013 17:07:46 -0600 Subject: [PATCH] [texinfo] Change formatting of `@strong` and `@emph` in Info output. Using strong or emphasis to markup parameter names is quite common and the default formatting for *strong* and _emph_ often creates confusing output. They are now formatted like `literals'. --- sphinx/writers/texinfo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx/writers/texinfo.py b/sphinx/writers/texinfo.py index ede2bed97..e4c93237a 100644 --- a/sphinx/writers/texinfo.py +++ b/sphinx/writers/texinfo.py @@ -46,6 +46,8 @@ TEMPLATE = """\ @exampleindent %(exampleindent)s @finalout %(direntry)s +@definfoenclose strong,`,' +@definfoenclose emph,`,' @c %%**end of header @copying