Skip to content

Commit

Permalink
Install documenter as well
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed May 1, 2024
1 parent 7c1f8a4 commit fcc3bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using Documenter
using Pkg
Pg.add("Documenter")
Pkg.add(; url="https://github.com/ProjectTorreyPines/IMASDD.jl.git");
Pkg.develop(PackageSpec(; path="../"));
Pkg.instantiate()
using Documenter
using GGDUtils

makedocs(;
Expand Down

0 comments on commit fcc3bb3

Please sign in to comment.