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 146c861 commit 0657282Copy full SHA for 0657282
docs/make.jl
@@ -3,6 +3,7 @@ using Documenter, FortranFiles
3
makedocs(
4
modules = [FortranFiles],
5
sitename = "FortranFiles.jl",
6
+ format = Documenter.HTML(prettyurls = false),
7
pages = [
8
"Home" => "index.md",
9
"files.md",
0 commit comments