add region command to list of exceptions needing the accelerator include
This commit is contained in:
@ -81,6 +81,7 @@ def require_accel_include(path):
|
|||||||
# handle exceptions
|
# handle exceptions
|
||||||
if path == "src/min_style.rst" : needs = True
|
if path == "src/min_style.rst" : needs = True
|
||||||
if path == "src/atom_style.rst" : needs = True
|
if path == "src/atom_style.rst" : needs = True
|
||||||
|
if path == "src/region.rst" : needs = True
|
||||||
# check file
|
# check file
|
||||||
with open(path, 'r') as reader:
|
with open(path, 'r') as reader:
|
||||||
for line in reader:
|
for line in reader:
|
||||||
|
|||||||
Reference in New Issue
Block a user