Skip to content

Commit f1295fd

Browse files
committed
Fix
1 parent 5709987 commit f1295fd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/make.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@ makedocs(
1313

1414
deploydocs(
1515
repo = "github.com/scls19fr/ExtensibleScheduler.jl.git",
16-
julia = "0.6",
17-
latest = "master",
18-
target = "build",
19-
deps = nothing, # we use the `format = :html`, without `mkdocs`
20-
make = nothing, # we use the `format = :html`, without `mkdocs`
2116
)

docs/src/getting_started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Pkg.add("ExtensibleScheduler")
1717

1818

1919
````@eval
20+
using Markdown
2021
Markdown.parse("""
2122
```julia
22-
$(readstring("sample/sample.jl"))
23+
$(read("sample/sample.jl", String))
2324
```
2425
""")
2526
````

0 commit comments

Comments
 (0)