Skip to content

Commit

Permalink
FIX: documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Oct 12, 2023
1 parent f06a8b5 commit 7d4f295
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using Documenter

import PyCall
import Conda

using PowerModelsONM

# imports to build pluto notebooks
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 7d4f295

Please sign in to comment.