Skip to content

Commit fe97aa7

Browse files
committed
set format to a symbol instead of Documenter.HTML()
1 parent 9f9fcc0 commit fe97aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Documenter, ReactionMechanismSimulator
22

33
makedocs(
4-
format = Documenter.HTML(),
4+
format = :html,
55
sitename = "ReactionMechanismSimulator.jl",
66
modules = [ReactionMechanismSimulator],
77
pages = [

0 commit comments

Comments
 (0)