From 7da8748e90d2b7466a1676517756b81d297017b7 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 5 Oct 2024 22:49:13 -0400 Subject: [PATCH] add region command to list of exceptions needing the accelerator include --- doc/utils/check-styles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/utils/check-styles.py b/doc/utils/check-styles.py index 8a5dae538f..89c8920760 100644 --- a/doc/utils/check-styles.py +++ b/doc/utils/check-styles.py @@ -81,6 +81,7 @@ def require_accel_include(path): # handle exceptions if path == "src/min_style.rst" : needs = True if path == "src/atom_style.rst" : needs = True + if path == "src/region.rst" : needs = True # check file with open(path, 'r') as reader: for line in reader: