mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 07:50:14 +01:00
doc: don't ship the .doctree files with the documentation
They're build artifacts and not needed for the actual documentation. Tell sphinx-build to generate those files in a custom directory that's not part of the documentation. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c8e8c8fb4b
commit
401a80d8cf
1 changed files with 1 additions and 0 deletions
|
|
@ -194,5 +194,6 @@ custom_target('sphinx',
|
|||
input : [ sphinx_conf_py, git_version_page ] + src_sphinx + dst_404s,
|
||||
output : [ sphinx_output_dir ],
|
||||
command : [ sphinx, '-q', '-b', 'html',
|
||||
'-d', join_paths(meson.current_build_dir(), 'doctrees'),
|
||||
meson.current_build_dir(), sphinx_output_dir],
|
||||
build_by_default : true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue