Skip to content

Commit c26793b

Browse files
committed
Fixing docs
1 parent 16a5c23 commit c26793b

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)