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 e03ddf0 commit a3b5130Copy full SHA for a3b5130
.github/workflows/CI.yml
@@ -62,8 +62,8 @@ jobs:
62
- run: |
63
julia --project=docs -e '
64
using Documenter: doctest, DocMeta
65
- DocMeta.setdocmeta!(LogExpFunctions, :DocTestSetup, :(using LogExpFunctions); recursive=true)
66
using LogExpFunctions
+ DocMeta.setdocmeta!(LogExpFunctions, :DocTestSetup, :(using LogExpFunctions); recursive=true)
67
doctest(LogExpFunctions)'
68
- run: julia --project=docs docs/make.jl
69
env:
0 commit comments