mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-22 04:00:04 +01:00
* Add information about multiple instances * Document better how the lua config files work * Document how lua config files get merged from different places * Copy over additional documentation for ALSA from pw-media-session * Fix rst syntax issues
11 lines
237 B
Meson
11 lines
237 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
sphinx_files += files(
|
|
'locations.rst',
|
|
'main.rst',
|
|
'config_lua.rst',
|
|
'multi_instance.rst',
|
|
'alsa.rst',
|
|
'bluetooth.rst',
|
|
'policy.rst',
|
|
'access.rst',
|
|
)
|