diff --git a/doc/meson.build b/doc/meson.build index e369e1093..d3a5ad12d 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -6,6 +6,7 @@ sphinx_output = custom_target( output: 'html', input: [ 'index.rst', 'user.rst', 'developer.rst', + 'plugins.rst', 'protocol.rst', 'conf.py', ],