wireplumber/docs/rst/scripting/meson.build
Hugo d222b957af Improve documentation for lua scripts
I had a hard time figuring out all the steps relevant for this to work.
Hopefully this brief summary and couple of links will help the next
person writing their own script.

See: #601
2025-02-24 06:48:40 +00:00

9 lines
208 B
Meson

# you need to add here any files you add to the toc directory as well
sphinx_files += files(
'lua_api.rst',
'existing_scripts.rst',
'custom_scripts.rst',
)
subdir('lua_api')
subdir('existing_scripts')