Peter Maydell | de1572c | 2020-02-28 15:36:00 +0000 | [diff] [blame] | 1 | .. |
| 2 | Generally useful rST substitution definitions. This is included for |
| 3 | all rST files as part of the epilogue by docs/conf.py. conf.py |
| 4 | also defines some dynamically generated substitutions like CONFDIR. |
| 5 | |
Paolo Bonzini | 324b229 | 2020-02-28 15:36:05 +0000 | [diff] [blame] | 6 | Note that |qemu_system| and |qemu_system_x86| are intended to be |
| 7 | used inside a parsed-literal block: the definition must not include |
| 8 | extra literal formatting with ``..``: this works in the HTML output |
| 9 | but the manpages will end up misrendered with following normal text |
| 10 | incorrectly in boldface. |
Peter Maydell | de1572c | 2020-02-28 15:36:00 +0000 | [diff] [blame] | 11 | |
| 12 | .. |qemu_system| replace:: qemu-system-x86_64 |
Paolo Bonzini | 324b229 | 2020-02-28 15:36:05 +0000 | [diff] [blame] | 13 | .. |qemu_system_x86| replace:: qemu_system-x86_64 |
| 14 | .. |I2C| replace:: I\ :sup:`2`\ C |
| 15 | .. |I2S| replace:: I\ :sup:`2`\ S |