Skip to content

Commit 51c70c2

Browse files
committed
Disable julia Nighly tests
1 parent d56a1b1 commit 51c70c2

File tree

2 files changed

+6
-55
lines changed

2 files changed

+6
-55
lines changed

.github/workflows/ci_nightly.yml

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

docs/make.jl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ makedocs(;
66
Sebastian Vollmer <[email protected]>,
77
Okon Samuel <[email protected]>
88
""",
9-
#format = Documenter.HTML(;
10-
# prettyurls= get(ENV, "CI", "false") == "true"
11-
#),
12-
#modules = [FeatureSelection],
9+
format = Documenter.HTML(;
10+
prettyurls= get(ENV, "CI", "false") == "true",
11+
edit_link = "dev"
12+
),
13+
modules = [FeatureSelection],
1314
pages=[
1415
"Home" => "index.md",
1516
"API" => "api.md"
1617
],
1718
doctest = false, # don't runt doctest as doctests are automatically run separately in ci.
18-
repo = "https://github.com/JuliaAI/FeatureSelection/blob/{commit}{path}#L{line}",
19+
repo = Remotes.GitHub("JuliaAI", "FeatureSelection.jl"),
1920
sitename = "FeatureSelection.jl",
2021
)
2122

0 commit comments

Comments
 (0)