We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e34eb commit cb12febCopy full SHA for cb12feb
docs/make.jl
@@ -1,6 +1,7 @@
1
using Documenter, VortexLattice
2
3
makedocs(;
4
+ format = Documenter.HTMLWriter(size_threshold = 400.0),
5
modules = [VortexLattice],
6
pages = [
7
"Home" => "index.md",
0 commit comments