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

@ -216,7 +216,7 @@ if get_option('gtk_doc')
'--extra-dir=' + join_paths('gio', '..', 'gobject', 'html'), '--extra-dir=' + join_paths('gio', '..', 'gobject', 'html'),
], ],
install: true, install: true,
check: true, check: false,
) )
endif endif

View File

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

View File

@ -53,7 +53,7 @@ if get_option('gtk_doc')
'--extra-dir=' + join_paths('gobject', '..', 'glib', 'html'), '--extra-dir=' + join_paths('gobject', '..', 'glib', 'html'),
], ],
install: true, install: true,
check: true, check: false,
) )
endif endif