From 1eeda2d86811655170e0ee540221af150f9d9f74 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 8 Oct 2024 15:52:31 +0100 Subject: [PATCH] fix docs build and bump version again (#270) --- Project.toml | 2 +- docs/make.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e97e7cd..4c8e90a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DistributionsAD" uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c" -version = "0.6.56" +version = "0.6.57" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/docs/make.jl b/docs/make.jl index 2bfa6d7..d13c9e9 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -3,7 +3,6 @@ using DistributionsAD makedocs(; sitename="DistributionsAD", - modules=[DistributionsAD], pages=[ "Home" => "index.md", "API" => "api.md",