From 7d4f2957b741550714df087501758e8bea18192d Mon Sep 17 00:00:00 2001 From: David M Fobes Date: Thu, 12 Oct 2023 07:59:22 -0600 Subject: [PATCH] FIX: documenter --- docs/make.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 9754e790..d0cf626d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,4 +1,8 @@ using Documenter + +import PyCall +import Conda + using PowerModelsONM # imports to build pluto notebooks @@ -81,10 +85,6 @@ makedocs( # Build schema documentation try - # imports to build schema documentation - import PyCall - import Conda - Conda.pip_interop(true) Conda.pip("install", "json-schema-for-humans") jsfhgc = PyCall.pyimport("json_schema_for_humans.generation_configuration")