-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement and test tables, math --------- Co-authored-by: Lazaro Alonso <[email protected]>
- Loading branch information
1 parent
48c1303
commit 69d73dd
Showing
6 changed files
with
614 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
using Documenter | ||
using DocumenterVitepress | ||
|
||
makedocs(; sitename="DocumenterVitepress", authors="LuxDL et al.", | ||
makedocs(; | ||
sitename="DocumenterVitepress", | ||
authors="LuxDL et al.", | ||
modules=[DocumenterVitepress], | ||
warnonly = true, | ||
checkdocs=:all, | ||
format=DocumenterVitepress.MarkdownVitepress(), | ||
draft=false, | ||
source="src", build=joinpath(@__DIR__, "docs_site") | ||
) | ||
) | ||
|
||
# To edit the sidebar, you must edit `docs/src/.vitepress/config.mts`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.