From aeb550add3bfa1ce3ce249c3b3dad71ebb018318 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Tue, 18 Feb 2025 20:06:11 +0000 Subject: [PATCH] doc: remove site-url setting (#878) Since the documentation is now hosted at https://stylix.danth.me/ rather than https://danth.github.io/stylix/, this setting is no longer necessary. Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- docs/book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index c16729c3..8c74b083 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -3,7 +3,6 @@ title = "Stylix" language = "en" [output.html] -site-url = "/stylix/" git-repository-url = "https://github.com/danth/stylix" edit-url-template = "https://github.com/danth/stylix/edit/master/docs/{path}"