Skip to content

Commit 8eeed37

Browse files
authored
POMDPXFiles compat update (#66)
* POMDPXFiles compat update * Update make.jl Check doc string inclusion for exports only * Version bump
1 parent 3aee921 commit 8eeed37

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SARSOP"
22
uuid = "cef570c6-3a94-5604-96b7-1a5e143043f2"
33
repo = "https://github.com/JuliaPOMDP/SARSOP.jl"
4-
version = "0.5.7"
4+
version = "0.5.8"
55

66
[deps]
77
POMDPLinter = "f3bd98c0-eb40-45e2-9eb1-f2763262d755"
@@ -14,7 +14,7 @@ SARSOP_jll = "e478675d-f996-546e-baa1-da59d9de2062"
1414
[compat]
1515
POMDPLinter = "0.1"
1616
POMDPTools = "0.1, 1"
17-
POMDPXFiles = "0.2.2"
17+
POMDPXFiles = "0.2.3, 0.3"
1818
POMDPs = "0.7.3, 0.8, 0.9, 1"
1919
Parameters = "0.12"
2020
QuickPOMDPs = "0.2"

docs/make.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
using Documenter, SARSOP
22

33
makedocs(
4-
modules = [SARSOP],
5-
format = Documenter.HTML(),
6-
sitename = "SARSOP.jl"
4+
modules=[SARSOP],
5+
checkdocs=:exports,
6+
format=Documenter.HTML(),
7+
sitename="SARSOP.jl"
78
)
89

910
deploydocs(

0 commit comments

Comments
 (0)