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 6b8e9f1 commit 6cae4cfCopy full SHA for 6cae4cf
.github/workflows/CI.yml
@@ -74,7 +74,7 @@ jobs:
74
run: xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ docs/make.jl deploy
75
- name: Run doctests
76
run: julia --project=docs -e '
77
- using Documenter
78
- using FlyThroughPaths
79
- Documenter.DocMeta.setdocmeta!(FlyThroughPaths, :DocTestSetup, :(using FlyThroughPaths); recursive=true)
80
- Documenter.doctest(FlyThroughPaths)'
+ using Documenter;
+ using FlyThroughPaths;
+ Documenter.DocMeta.setdocmeta!(FlyThroughPaths, :DocTestSetup, :(using FlyThroughPaths); recursive=true);
+ Documenter.doctest(FlyThroughPaths);'
0 commit comments