We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99efd1c commit ae0f782Copy full SHA for ae0f782
.github/workflows/CI.yml
@@ -64,6 +64,6 @@ jobs:
64
shell: julia --project=docs --color=yes {0}
65
run: |
66
using Documenter: DocMeta, doctest
67
- using PETSC
68
- DocMeta.setdocmeta!(PETSC, :DocTestSetup, :(using PETSC); recursive=true)
69
- doctest(PETSC)
+ using PetscCall
+ DocMeta.setdocmeta!(PetscCall, :DocTestSetup, :(using PetscCall); recursive=true)
+ doctest(PetscCall)
0 commit comments