Re: [Qemu-devel] [PATCH v3 07/12] docs/conf.py: Disable option warnings

2019-03-05 Thread Richard Henderson
On 3/5/19 9:21 AM, Peter Maydell wrote: > sphinx-build complains about using :option: to mark up option > flags that it doesn't know about (because they were not defined > using the "option::" directive): > docs/pr-manager.rst:68: WARNING: unknown option: -d > > Suppress these warnings. This way w

[Qemu-devel] [PATCH v3 07/12] docs/conf.py: Disable option warnings

2019-03-05 Thread Peter Maydell
sphinx-build complains about using :option: to mark up option flags that it doesn't know about (because they were not defined using the "option::" directive): docs/pr-manager.rst:68: WARNING: unknown option: -d Suppress these warnings. This way we get the semantic markup of the option flag but no