Skip to content

Commit cd2d6d3

Browse files
committed
bump Documenter version, dump unsupported DocumenterMarkdown
1 parent fa687a0 commit cd2d6d3

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
OpenML = "8b6db2d4-7670-4922-a472-f9537c81ab66"
55
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
6-
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
76

87
[compat]
9-
Documenter = "~0.26"
8+
Documenter = "1"

docs/make.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
using Documenter, OpenML, DataFrames
22

3+
const REPO = Remotes.GitHub("JuliaAI", "OpenML.jl")
4+
35
makedocs(
46
modules = [OpenML,],
57
sitename = "OpenML.jl",
8+
warnonly = [:cross_references, :missing_docs],
9+
repo = Remotes.GitHub("JuliaAI", "LearnAPI.jl"),
610
)
711

812
deploydocs(
9-
repo = "github.com/JuliaAI/OpenML.jl",
10-
push_preview = true
13+
repo = "github.com/JuliaAI/OpenML.jl.git",
14+
devbranch="dev",
1115
)

0 commit comments

Comments
 (0)