Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s-celles committed Oct 29, 2018
1 parent 5709987 commit f1295fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,4 @@ makedocs(

deploydocs(
repo = "github.com/scls19fr/ExtensibleScheduler.jl.git",
julia = "0.6",
latest = "master",
target = "build",
deps = nothing, # we use the `format = :html`, without `mkdocs`
make = nothing, # we use the `format = :html`, without `mkdocs`
)
3 changes: 2 additions & 1 deletion docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Pkg.add("ExtensibleScheduler")


````@eval
using Markdown
Markdown.parse("""
```julia
$(readstring("sample/sample.jl"))
$(read("sample/sample.jl", String))
```
""")
````
Expand Down

0 comments on commit f1295fd

Please sign in to comment.