wireplumber/docs/rst/policies/meson.build
George Kiagiadakis 1fddefa072 docs: move the software_dsp document down in the TOC
This is one of the least likely things that a user would want to
discover and use, making it wierd to be the very first "policy"
to present.
2024-03-30 15:52:14 +02:00

6 lines
160 B
Meson

# you need to add here any files you add to the toc directory as well
sphinx_files += files(
'linking.rst',
'smart_filters.rst',
'software_dsp.rst',
)