|
@@ -44,6 +44,7 @@ if build_docs
|
|
|
meson.source_root() / 'docs/sphinx/qapidoc.py',
|
|
|
meson.source_root() / 'docs/sphinx/qmp_lexer.py',
|
|
|
qapi_gen_depends ]
|
|
|
+ sphinx_template_files = [ meson.source_root() / 'docs/_templates/footer.html' ]
|
|
|
|
|
|
have_ga = have_tools and config_host.has_key('CONFIG_GUEST_AGENT')
|
|
|
|
|
@@ -76,7 +77,7 @@ if build_docs
|
|
|
output: 'docs.stamp',
|
|
|
input: files('conf.py'),
|
|
|
depfile: 'docs.d',
|
|
|
- depend_files: sphinx_extn_depends,
|
|
|
+ depend_files: [ sphinx_extn_depends, sphinx_template_files ],
|
|
|
command: [SPHINX_ARGS, '-Ddepfile=@DEPFILE@',
|
|
|
'-Ddepfile_stamp=@OUTPUT0@',
|
|
|
'-b', 'html', '-d', private_dir,
|