Skip to content

Commit

Permalink
Use sources attribute in docs/Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Feb 12, 2025
1 parent de99964 commit a965c45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ RPRMakie = "22d9f318-5e34-4b44-b769-6e3734a732a6"
RadeonProRender = "27029320-176d-4a42-b57d-56729d2ad457"
Typst_jll = "eb4b1da6-20f6-5c66-9826-fdb8ad410d0e"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"

[sources]
Makie = { path = ".." }
MakieCore = { path = "../MakieCore" }
CairoMakie = { path = "../CairoMakie" }
GLMakie = { path = "../GLMakie" }
WGLMakie = { path = "../WGLMakie" }
RPRMakie = { path = "../RPRMakie" }
2 changes: 1 addition & 1 deletion docs/makedocs.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Pkg
cd(@__DIR__)
Pkg.activate(".")
pkg"dev .. ../MakieCore ../CairoMakie ../GLMakie ../WGLMakie ../RPRMakie"
Pkg.instantiate()
Pkg.precompile()

using CairoMakie
Expand Down

0 comments on commit a965c45

Please sign in to comment.