some doc fix:

- update functions
- only make examples in CI
pull/334/head
Shuhei Kadowaki 2020-05-17 12:23:41 +09:00
parent 4113402908
commit 576ca2b6c9
3 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ makedocs(
],
)
include("make_examples.jl")
get(ENV, "CI", false) && include("make_examples.jl")
deploydocs(
repo = "github.com/JunoLab/Weave.jl.git",

View File

@ -51,7 +51,7 @@ options:
You can also set or change the default chunk options for a document either before weave using the `set_chunk_defaults` function.
```@docs
set_chunk_defaults
set_chunk_defaults!
get_chunk_defaults
restore_chunk_defaults
restore_chunk_defaults!
```

View File

@ -84,6 +84,7 @@ options:
See also: [`weave`](@ref)
## Format Specific Options
The header configurations can be format specific.