diff options
Diffstat (limited to 'doc/html/meson.build')
-rw-r--r-- | doc/html/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/meson.build b/doc/html/meson.build index d97d368b..f4a11b27 100644 --- a/doc/html/meson.build +++ b/doc/html/meson.build @@ -14,7 +14,7 @@ custom_target( sphinx_in_dir, '@OUTDIR@', ], - input: [c_rst_files, c_serd_rst, c_index_xml, conf_py], + input: [conf_py, c_rst_files, c_serd_rst], install: true, install_dir: html_dir, output: [ |