We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aedb170 + 6192912 commit 02b73d0Copy full SHA for 02b73d0
3 files changed
.github/workflows/documentation.yml
@@ -30,4 +30,4 @@ jobs:
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
32
DOCUMENTER_DEBUG: true
33
- run: julia --color=yes --project=docs/ docs/make.jl
+ run: julia --color=yes --project=docs docs/make.jl
docs/Project.toml
@@ -2,4 +2,4 @@
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
4
[compat]
5
-Documenter = "0.25"
+Documenter = "1"
docs/make.jl
@@ -9,7 +9,9 @@ makedocs(
9
"Input.md",
10
"Simulating.md",
11
"Analysis.md",
12
- ]
+ "AutomaticMechanismAnalysis.md"
13
+ ],
14
+ warnonly=true,
15
)
16
17
deploydocs(
0 commit comments