From: Tomas Krizek Date: Fri, 15 Feb 2019 13:18:11 +0000 (+0100) Subject: meson: doc - cache doctrees in another directory X-Git-Tag: v4.0.0~24^2~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03df957e218fdc8f59dd871ca198633bcfa13693;p=thirdparty%2Fknot-resolver.git meson: doc - cache doctrees in another directory --- diff --git a/doc/meson.build b/doc/meson.build index d803f0f45..c39a71ca9 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -65,6 +65,7 @@ if build_doc # doxygen + html docs sphinx_build, '-W', '-b', 'html', + '-d', '.doctrees', meson.current_source_dir(), '@OUTPUT@', ],