Skip to content

Commit d872aa0

Browse files
authored
Fix documentation build (#44)
1 parent 4a03ea6 commit d872aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using PotentialCalculation, PotentialCalculation.psi4
44
makedocs(sitename="PotentialCalculation.jl",
55
pages=["Home" => "index.md",
66
"Install" => "install.md",
7-
"Building Molecules" => "structure_creation.md"
7+
"Building Molecules" => "structure_creation.md",
88
"Usage" => "use.md",
99
"References" => "reference.md"]
1010

0 commit comments

Comments
 (0)