1# Sphinx does not know look for these files in the source directory, so 2# they must be copied to the build directory. 3files = [ 4 'create_output.png', 5 'destroy-output.png', 6 'head-destroyed.png', 7 'initial-heads.png', 8 'react-to-heads-changed.png', 9] 10 11foreach file : files 12 configure_file(input: file, output: file, copy: true) 13endforeach 14