We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d90b commit 175f6e3Copy full SHA for 175f6e3
docs/Project.toml
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
4
5
[compat]
6
-Documenter = "~0.23"
+Documenter = "~0.24"
docs/make.jl
@@ -14,7 +14,7 @@ makedocs(
14
prettyurls = !("local" in ARGS),
15
canonical = "https://oschulz.github.io/ParallelProcessingTools.jl/stable/"
16
),
17
- pages=[
+ pages = [
18
"Home" => "index.md",
19
"API" => "api.md",
20
"LICENSE" => "LICENSE.md",
@@ -26,5 +26,6 @@ makedocs(
26
27
deploydocs(
28
repo = "github.com/oschulz/ParallelProcessingTools.jl.git",
29
- forcepush = true
+ forcepush = true,
30
+ push_preview = true,
31
)
0 commit comments