Skip to content

Commit 0089e4b

Browse files
authored
update docs and convert jldoctest to @repl blocks (#607)
Doctest is very fragile. Using `@repl`, we can update documentation automatically.
1 parent d319168 commit 0089e4b

File tree

6 files changed

+237
-151
lines changed

6 files changed

+237
-151
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/Manifest.toml linguist-generated=true

docs/Manifest.toml

Lines changed: 170 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ DocMeta.setdocmeta!(JuliaInterpreter, :DocTestSetup, :(
1010
makedocs(
1111
modules = [JuliaInterpreter],
1212
clean = false,
13-
strict = true,
1413
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
1514
sitename = "JuliaInterpreter.jl",
1615
authors = "Keno Fischer, Tim Holy, Kristoffer Carlsson, and others",

0 commit comments

Comments
 (0)