commit 37238315aaf313549262d8f39b5797b13a7c4137
parent fdf0d2faaa8ab1e2b0b3cf604433a205f9db8a77
Author: Erik Loualiche <[email protected]>
Date: Thu, 5 Jun 2025 16:00:42 -0500
remove vitepress support...
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/make.jl b/docs/make.jl
@@ -17,14 +17,14 @@ DocMeta.setdocmeta!(BazerUtils, :DocTestSetup, :(using BazerUtils);
# --
makedocs(
- # format = Documenter.HTML(),
- format = MarkdownVitepress(
- repo = "https://github.com/LouLouLibs/BazerUtils.jl",
- devurl = "dev",
- devbranch = "build",
- deploy_url = "LouLouLibs.github.io/BazerUtils.jl",
- description = "BazerUtils.jl",
- ),
+ format = Documenter.HTML(),
+ # format = MarkdownVitepress(
+ # repo = "https://github.com/LouLouLibs/BazerUtils.jl",
+ # devurl = "dev",
+ # devbranch = "build",
+ # deploy_url = "LouLouLibs.github.io/BazerUtils.jl",
+ # description = "BazerUtils.jl",
+ # ),
sitename = "BazerUtils.jl",
modules = [BazerUtils],
authors = "Erik Loualiche",