diff --git a/docs/rst/index.rst b/docs/rst/index.rst index 3f6a944b..c000715c 100644 --- a/docs/rst/index.rst +++ b/docs/rst/index.rst @@ -26,9 +26,9 @@ Table of Contents :maxdepth: 2 :caption: WirePlumber's Policies - policies/software_dsp.rst policies/linking.rst policies/smart_filters.rst + policies/software_dsp.rst .. toctree:: :maxdepth: 2 diff --git a/docs/rst/policies/meson.build b/docs/rst/policies/meson.build index 764c7933..b79b794a 100644 --- a/docs/rst/policies/meson.build +++ b/docs/rst/policies/meson.build @@ -1,6 +1,6 @@ # you need to add here any files you add to the toc directory as well sphinx_files += files( - 'software_dsp.rst', 'linking.rst', 'smart_filters.rst', + 'software_dsp.rst', )