-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0ff51f
commit 1cbd376
Showing
2 changed files
with
32 additions
and
29 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,3 +1,8 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
SparseIR = "4fe2279e-80f0-4adb-8463-ee114ff56b7d" | ||
|
||
[compat] | ||
Documenter = "1" | ||
SparseIR = "1" | ||
julia = "1.6" |
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 |
---|---|---|
|
@@ -3,33 +3,31 @@ using Documenter | |
|
||
DocMeta.setdocmeta!(SparseIR, :DocTestSetup, :(using SparseIR)) | ||
|
||
makedocs(; | ||
modules=[SparseIR], | ||
authors="Samuel Badr <[email protected]> and contributors", | ||
repo="https://github.com/SpM-lab/SparseIR.jl/blob/{commit}{path}#{line}", | ||
sitename="SparseIR.jl", | ||
format=Documenter.HTML(; | ||
prettyurls=get(ENV, "CI", "false") == "true", | ||
assets=String["assets/custom.css"], | ||
mathengine=MathJax3(Dict(:loader => Dict("load" => [ | ||
"[tex]/physics" | ||
]), | ||
:tex => Dict("inlineMath" => [ | ||
["\$", "\$"], | ||
["\\(", "\\)"] | ||
], | ||
"tags" => "ams", | ||
"packages" => [ | ||
"base", | ||
"ams", | ||
"autoload", | ||
"physics" | ||
])))), | ||
pages=["Home" => "index.md", | ||
"Guide" => "guide.md", | ||
"Public" => "public.md", | ||
"Private" => "private.md"], | ||
draft=get(ENV, "CI", "false") == "false") | ||
makedocs(; modules=[SparseIR], | ||
authors="Samuel Badr <[email protected]> and contributors", | ||
# repo="https://github.com/SpM-lab/SparseIR.jl/blob/{commit}{path}#{line}", | ||
sitename="SparseIR.jl", | ||
format=Documenter.HTML(; | ||
prettyurls=get(ENV, "CI", "false") == "true", | ||
assets=String["assets/custom.css"], | ||
mathengine=MathJax3(Dict(:loader => Dict("load" => [ | ||
"[tex]/physics" | ||
]), | ||
:tex => Dict("inlineMath" => [ | ||
["\$", "\$"], | ||
["\\(", "\\)"] | ||
], | ||
"tags" => "ams", | ||
"packages" => [ | ||
"base", | ||
"ams", | ||
"autoload", | ||
"physics" | ||
])))), | ||
pages=["Home" => "index.md", | ||
"Guide" => "guide.md", | ||
"Public" => "public.md", | ||
"Private" => "private.md"], | ||
draft=get(ENV, "CI", "false") == "false") | ||
|
||
deploydocs(; | ||
repo="github.com/SpM-lab/SparseIR.jl.git") | ||
deploydocs(; repo="github.com/SpM-lab/SparseIR.jl.git") |
1cbd376
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
1cbd376
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/92153
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: