From 03df957e218fdc8f59dd871ca198633bcfa13693 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tomas.krizek@nic.cz>
Date: Fri, 15 Feb 2019 14:18:11 +0100
Subject: [PATCH] meson: doc - cache doctrees in another directory

---
 doc/meson.build | 1 +
 1 file changed, 1 insertion(+)

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@',
     ],
-- 
GitLab