Re: [Qemu-devel] [PATCH v2 1/2] Makefile: add nit-picky mode to sphinx-build

2019-04-23 Thread Vladimir Sementsov-Ogievskiy
23.04.2019 21:06, John Snow wrote: > > > On 4/23/19 2:03 PM, Vladimir Sementsov-Ogievskiy wrote: >> 23.04.2019 1:17, John Snow wrote: >>> If we add references that don't resolve (or accidentally remove them), >>> it will be helpful to have an error message alerting us to that. >> >> accordingly t

Re: [Qemu-devel] [PATCH v2 1/2] Makefile: add nit-picky mode to sphinx-build

2019-04-23 Thread John Snow
On 4/23/19 2:03 PM, Vladimir Sementsov-Ogievskiy wrote: > 23.04.2019 1:17, John Snow wrote: >> If we add references that don't resolve (or accidentally remove them), >> it will be helpful to have an error message alerting us to that. > > accordingly to docs I've found, not error but warning. >

Re: [Qemu-devel] [PATCH v2 1/2] Makefile: add nit-picky mode to sphinx-build

2019-04-23 Thread Vladimir Sementsov-Ogievskiy
23.04.2019 1:17, John Snow wrote: > If we add references that don't resolve (or accidentally remove them), > it will be helpful to have an error message alerting us to that. accordingly to docs I've found, not error but warning. > > Signed-off-by: John Snow Reviewed-by: Vladimir Sementsov-Ogie

[Qemu-devel] [PATCH v2 1/2] Makefile: add nit-picky mode to sphinx-build

2019-04-22 Thread John Snow
If we add references that don't resolve (or accidentally remove them), it will be helpful to have an error message alerting us to that. Signed-off-by: John Snow --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04a0d45050..ff9ce2ed4c 10064