Skip to content

Commit

Permalink
Try DocumenterVitePress
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Apr 7, 2024
1 parent 8cc752b commit 161601a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BioMarkovChains = "f861b655-cb5f-42ce-b66a-341b542d4f2c"
DocThemeIndigo = "8bac0ac5-51bf-41f9-885e-2bf1ac2bec5f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
DocumenterVitepress = "4710194d-e776-4893-9690-8d956a29c365"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"

[compat]
Expand Down
13 changes: 11 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
using Documenter
using BioMarkovChains
using Documenter
using DocumenterVitePress

DocMeta.setdocmeta!(BioMarkovChains, :DocTestSetup, :(using BioMarkovChains); recursive = true)

fmt = Documenter.HTML(
# fmt = Documenter.HTML(
# mathengine = MathJax3(),
# prettyurls = get(ENV, "CI", "false") == "true",
# canonical = "https://camilogarciabotero.github.io/BioMarkovChains.jl",
# repolink = "https://camilogarciabotero.github.io/BioMarkovChains.jl",
# edit_link = "main"
# )

fmt = DocumenterVitepress.MarkdownVitepress(
mathengine = MathJax3(),
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://camilogarciabotero.github.io/BioMarkovChains.jl",
Expand Down

0 comments on commit 161601a

Please sign in to comment.