Skip to content

Commit f7ffec0

Browse files
committed
remove GraphsJl from docs make
1 parent 57434b1 commit f7ffec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using Documenter
22
using DataFrames
3-
using DistributedFactorGraphs, DistributedFactorGraphs.GraphsJl
3+
using DistributedFactorGraphs
44

55
makedocs(
6-
modules = [DistributedFactorGraphs, DistributedFactorGraphs.GraphsJl],
6+
modules = [DistributedFactorGraphs],
77
format = Documenter.HTML(),
88
sitename = "DistributedFactorGraphs.jl",
99
pages = Any[

0 commit comments

Comments
 (0)