build: Disable gtk-doc unit tests

As we start moving documentation over from gtk-doc to gi-docgen, the
gtk-doc coverage is going to go down and things are going to start
breaking. That’s OK; we don’t need to test it any more.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Helps: #3037
This commit is contained in:
Philip Withnall
2023-10-10 23:35:48 +01:00
parent 39e9ef54be
commit 6107f50cc7
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ if get_option('gtk_doc')
'--html-dir=' + docpath,
],
install: true,
check: true)
check: false)
endif
if get_option('man')