doc: Disable by default

When hotdoc is installed it takes unreasonably long time to generate
documentation during meson setup.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4292>
This commit is contained in:
Xavier Claessens 2023-03-28 10:32:20 -04:00 committed by GStreamer Marge Bot
parent 4087bb9a55
commit 484fa93fb1

View file

@ -51,7 +51,7 @@ option('examples', type : 'feature', value : 'auto', description : 'Build exampl
option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
option('nls', type : 'feature', value : 'auto', description : 'Native language support (translations)')
option('orc', type : 'feature', value : 'auto', description : 'Optimized Inner Loop Runtime Compiler (SIMD)')
option('doc', type : 'feature', value : 'auto', description : 'Generate API documentation with hotdoc')
option('doc', type : 'feature', value : 'disabled', description : 'Generate API documentation with hotdoc')
option('gtk_doc', type : 'feature', value : 'disabled', description : 'Generate API documentation with gtk-doc')
option('qt5', type : 'feature', value : 'auto', description : 'Qt5 toolkit support')
option('qt6', type : 'feature', value : 'auto', description : 'Qt6 toolkit support')