rm unused field from WeaveDoc

pull/339/head
Shuhei Kadowaki 2020-05-23 20:03:38 +09:00
parent ef295e9a24
commit 301f9b2f27
2 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@ function run_doc(
# This is needed for latex and should work on all output formats
@static Sys.iswindows() && (fig_path = replace(fig_path, "\\" => "/"))
doc.fig_path = fig_path
set_rc_params(doc, fig_path, fig_ext)
# New sandbox for each document with args exposed

View File

@ -15,7 +15,6 @@ mutable struct WeaveDoc
template::Union{AbstractString,Mustache.MustacheTokens}
css::AbstractString
highlight_theme::Type{<:Highlights.AbstractTheme}
fig_path::AbstractString
chunk_defaults::Dict{Symbol,Any}
end