Skip to content

Commit f9d6578

Browse files
test
1 parent 31bff1e commit f9d6578

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

docs/make.jl

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import Documenter
1+
using Documenter
2+
using IntervalArithmetic, IntervalOptimisation
23

3-
Documenter.makedocs(
4+
makedocs(
45
modules = [IntervalOptimisation],
56
format = :html,
67
sitename = "IntervalOptimisation.jl",
@@ -13,7 +14,7 @@ Documenter.makedocs(
1314
)
1415

1516

16-
Documenter.deploydocs(
17+
deploydocs(
1718
repo = "github.com/dpsanders/IntervalOptimisation.jl.git",
1819
target = "build",
1920
deps = nothing,

0 commit comments

Comments
 (0)