From 54252574336a8af34928e94e4f4b8541cd3030bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Sun, 25 Jun 2023 20:05:24 +0200 Subject: [PATCH] Remove unused section --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 56b5c0d51..d07a78a13 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -35,7 +35,6 @@ makedocs( "Matrix Product State classifier" => "examples/mps-ml.md", ], "Alternatives"=>"alternatives.md", - "Developer Reference"=>[], ], format = Documenter.HTML(assets = ["assets/favicon.ico"]), )