Skip to content

Commit

Permalink
drop DocumenterVitepress for now
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiger committed Aug 6, 2024
1 parent 2fe3323 commit b5c07ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 0 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Documenter
using DocumenterInterLinks
using DocumenterVitepress
using Literate
using RheumaComposites
using Unitful
Expand Down Expand Up @@ -51,19 +50,12 @@ 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,
)

deploydocs(;
repo="github.com/simonsteiger/RheumaComposites.jl",
target="build",
devbranch="main"
)

0 comments on commit b5c07ad

Please sign in to comment.