2021-03-26 16:28:10 +05:30
|
|
|
# you need to add here any files you add to the toc directory as well
|
2021-05-17 15:48:38 +03:00
|
|
|
sphinx_files += files(
|
2021-05-17 18:12:26 +03:00
|
|
|
'index.rst',
|
2021-03-26 16:28:10 +05:30
|
|
|
'installing-wireplumber.rst',
|
|
|
|
|
'running-wireplumber-daemon.rst',
|
2022-01-04 18:32:49 +02:00
|
|
|
'configuration.rst',
|
2021-03-26 16:28:10 +05:30
|
|
|
'daemon-logging.rst',
|
|
|
|
|
'contributing.rst',
|
|
|
|
|
'community.rst',
|
|
|
|
|
'testing.rst',
|
2021-05-26 09:30:06 +03:00
|
|
|
'releases.rst',
|
2021-05-17 18:12:26 +03:00
|
|
|
'c_api.rst',
|
|
|
|
|
'lua_api.rst',
|
2021-05-17 15:48:38 +03:00
|
|
|
)
|
2021-05-13 17:53:51 +03:00
|
|
|
|
2021-05-17 18:12:26 +03:00
|
|
|
subdir('c_api')
|
2021-05-13 17:53:51 +03:00
|
|
|
subdir('lua_api')
|
2022-01-04 18:32:49 +02:00
|
|
|
subdir('configuration')
|