Skip to content

Commit 0657282

Browse files
committed
docs: turn off pretty urls
as it interferes with browsing docs locally
1 parent 146c861 commit 0657282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using Documenter, FortranFiles
33
makedocs(
44
modules = [FortranFiles],
55
sitename = "FortranFiles.jl",
6+
format = Documenter.HTML(prettyurls = false),
67
pages = [
78
"Home" => "index.md",
89
"files.md",

0 commit comments

Comments
 (0)