Skip to content

Commit

Permalink
Merge branch 'docs-literate'
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrof committed Dec 28, 2023
2 parents 0e3745c + e0edaa1 commit 520df4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
[deps]
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"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
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"
6 changes: 1 addition & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,11 +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
import Literate
Expand Down

0 comments on commit 520df4b

Please sign in to comment.