From b5c07ad2366647772ea5caa26d797062832ce368 Mon Sep 17 00:00:00 2001 From: simonsteiger Date: Tue, 6 Aug 2024 07:15:02 +0200 Subject: [PATCH] drop DocumenterVitepress for now --- docs/Project.toml | 1 - docs/make.jl | 8 -------- 2 files changed, 9 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 022ee9d..e3612e5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,7 +1,6 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656" -DocumenterVitepress = "4710194d-e776-4893-9690-8d956a29c365" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" RheumaComposites = "579811c7-86f9-4c5f-9fea-fbfdecde0101" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" diff --git a/docs/make.jl b/docs/make.jl index 465b9db..97cc45c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,6 +1,5 @@ using Documenter using DocumenterInterLinks -using DocumenterVitepress using Literate using RheumaComposites using Unitful @@ -51,12 +50,6 @@ Documenter.makedocs(; sitename="RheumaComposites.jl", authors="Simon Steiger", modules=[RheumaComposites], - format=DocumenterVitepress.MarkdownVitepress(; - repo="https://github.com/simonsteiger/RheumaComposites.jl", - deploy_url="https://simonsteiger.github.io/RheumaComposites.jl", - devbranch="main", - devurl="dev", - ), pages=pages, plugins=[links], pagesonly=true, @@ -64,6 +57,5 @@ Documenter.makedocs(; deploydocs(; repo="github.com/simonsteiger/RheumaComposites.jl", - target="build", devbranch="main" )