From deee2693dfb8ac327401a372e76f26daa2a63af6 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Wed, 22 Apr 2020 14:46:29 +0200 Subject: [PATCH] Disable show mechanism --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index 85e0141..8825f02 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,4 +1,5 @@ using Documenter, Gnuplot +empty!(Gnuplot.options.mime) makedocs(sitename="Gnuplot.jl", authors = "Giorgio Calderone",