From e0edaa18be1941d9d0c51e5f8c7a5bfbc4bac12c Mon Sep 17 00:00:00 2001 From: Riccardo Foffi Date: Thu, 28 Dec 2023 18:58:52 +0100 Subject: [PATCH] try another fix --- docs/Project.toml | 11 +++++++++++ docs/make.jl | 5 +---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 646a639..c53e0e5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,8 +1,19 @@ [deps] +Agents = "46ada45e-f475-11e8-01d0-f70cc89e6671" +AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" +CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864" +DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8" +GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" +OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index f0b4640..2083b72 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,10 +1,7 @@ -#= cd(@__DIR__) +import Pkg; Pkg.add(name="Agents", rev="main") using MicrobeAgents using Documenter -=# -# temporary -push!(LOAD_PATH, "../src/") using Documenter, MicrobeAgents ENV["JULIA_DEBUG"] = "Documenter" CI = get(ENV, "CI", nothing) == "true" || get(ENV, "GITHUB_TOKEN", nothing) !== nothing