Re: [sphinx-users] Fixed Width Paragraph with italic, bold, and normal font

2022-10-18 Thread bradley...@gmail.com
Thanks, the following input .. parsed-literal:: **variable_**on**e** = constant_one( **variable_two** ) **variable_three** = constant_two( **variable_four** ) generates the output I was looking for On Monday, September 5, 2022 at 11:17:53 AM UTC-7 matthia...@gmail.com wrote: > On Su

Re: [sphinx-users] Fixed Width Paragraph with italic, bold, and normal font

2022-09-05 Thread Matthias Geier
On Sun, Sep 4, 2022 at 3:27 PM bradley...@gmail.com wrote: > > How in sphinx does one create a paragraph that uses a fixed width for all > characters and allows one to switch between normal, italic, and bold fonts. You should try the parsed-literal directive: https://docutils.sourceforge.io/doc

[sphinx-users] Fixed Width Paragraph with italic, bold, and normal font

2022-09-04 Thread bradley...@gmail.com
How in sphinx does one create a paragraph that uses a fixed width for all characters and allows one to switch between normal, italic, and bold fonts. This quesiton is similar to the following question on stackoverflow