[master] 10633ae0a Our RST is good enough for the strictest parsing \o/

Nils Goroll nils.goroll at uplex.de
Sat Apr 1 12:48:09 UTC 2023


commit 10633ae0a4df8794759cb3d4f2b8f8bc23110fb7
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Apr 1 12:34:20 2023 +0200

    Our RST is good enough for the strictest parsing \o/
    
    switch to --strict == --halt 1
    
    ref: https://docutils.sourceforge.io/docs/user/config.html#report-level

diff --git a/doc/Makefile.am b/doc/Makefile.am
index f9f19ea27..a19bd74f2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
 #
 #
-RST2ANY_FLAGS = --halt=2
+RST2ANY_FLAGS = --strict
 
 EXTRA_DIST = changes.rst changes.html
 


More information about the varnish-commit mailing list