We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de1d5f commit 3af78eeCopy full SHA for 3af78ee
docs/make.jl
@@ -1,7 +1,7 @@
1
using Documenter
2
using PlotlyLight
3
4
-PlotlyLight.settings.use_iframe = true
+# PlotlyLight.settings.use_iframe = true
5
6
makedocs(
7
sitename = "PlotlyLight",
@@ -19,5 +19,6 @@ makedocs(
19
20
21
deploydocs(
22
- repo = "https://github.com/JuliaComputing/PlotlyLight.jl"
+ repo = "https://github.com/JuliaComputing/PlotlyLight.jl",
23
+ push_preview = true
24
)
0 commit comments