From 16f6e510ea537d00d7c76e96ed3264cfa6de116b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 16 Apr 2024 10:30:25 +0200 Subject: [PATCH] Fix errors with missing docstrings from PolyJuMP --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 1dfd83ea7..2d197ee36 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -59,7 +59,7 @@ makedocs( ], # The following ensures that we only include the docstrings from # this module for functions define in Base that we overwrite. - modules = [SumOfSquares, PolyJuMP], + modules = [SumOfSquares], plugins = [ DocumenterCitations.CitationBibliography( joinpath(@__DIR__, "src", "references.bib");