build: use emit-docs for docs, don't need it on build config

This commit is contained in:
Mitchell Hashimoto
2024-01-21 14:22:58 -08:00
parent 510f270c54
commit 0967fb46f8
2 changed files with 6 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ pub const BuildConfig = struct {
static: bool = false,
flatpak: bool = false,
libadwaita: bool = false,
documentation: bool = true,
app_runtime: apprt.Runtime = .none,
renderer: rendererpkg.Impl = .opengl,
font_backend: font.Backend = .freetype,