Skip to content

Commit

Permalink
ENH: re-activate the schema docs builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Sep 5, 2018
1 parent 452b1ee commit c343c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const _pkg_assets = joinpath(_pkg_root,"assets")
download("https://api.plot.ly/v2/plot-schema?sha1", joinpath(_pkg_deps,"plotschema.json"))
download("https://cdn.plot.ly/plotly-latest.min.js", joinpath(_pkg_assets,"plotly-latest.min.js"))

# include("make_schema_docs.jl")
include("make_schema_docs.jl")
include("find_attr_groups.jl")
AttrGroups.main()

0 comments on commit c343c50

Please sign in to comment.