Skip to content

Commit 2514be3

Browse files
committed
Fixing docs
1 parent 674f366 commit 2514be3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/make.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ makedocs(
2828
deploydocs(
2929
repo = "github.com/JuliaRobotics/DistributedFactorGraphs.jl.git",
3030
target = "build",
31-
deps = Deps.pip("mkdocs", "python-markdown-math"),
32-
make = nothing,
33-
julia = "1.0",
34-
osname = "linux"
31+
deps = Deps.pip("mkdocs", "python-markdown-math")
3532
)

0 commit comments

Comments
 (0)