Skip to content

Commit 3af78ee

Browse files
authored
Update docs and display (WIP) (#56)
* try without iframe * try push_preview
1 parent 9de1d5f commit 3af78ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Documenter
22
using PlotlyLight
33

4-
PlotlyLight.settings.use_iframe = true
4+
# PlotlyLight.settings.use_iframe = true
55

66
makedocs(
77
sitename = "PlotlyLight",
@@ -19,5 +19,6 @@ makedocs(
1919

2020

2121
deploydocs(
22-
repo = "https://github.com/JuliaComputing/PlotlyLight.jl"
22+
repo = "https://github.com/JuliaComputing/PlotlyLight.jl",
23+
push_preview = true
2324
)

0 commit comments

Comments
 (0)