Skip to content

Commit

Permalink
simplify dev docs to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Apr 13, 2024
1 parent 5a74abf commit e0e0d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Pkg
cd(@__DIR__)
pkg" activate ."
pkg" dev BandedMatrices AbstractTrees"
pkg" dev AbstractTrees"
pkg" dev BifurcationKit DocumenterMermaid AsymptoticNumericalMethod"


Expand All @@ -17,7 +17,7 @@ makedocs(
modules = [BifurcationKit],
doctest = false,
pagesonly = true, # this is on Documenter#master, do not compile what is not in pages =
draft = false,
draft = true,
warnonly = false,
sitename = "Bifurcation Analysis in Julia",
format = Documenter.HTML(collapselevel = 1,),# assets = ["assets/indigo.css"]),
Expand Down

0 comments on commit e0e0d39

Please sign in to comment.