Skip to content

Commit

Permalink
change env var
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 13, 2024
1 parent 05d5b09 commit 5f9b198
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,5 +1,5 @@
using Pkg
Base.get_bool_env("PLOTDOCS_DEV", false) && Pkg.develop([
Base.get_bool_env("PLOTS_DOCS_DEV", false) && Pkg.develop([
(; path="../RecipesBase"),
(; path="../RecipesPipeline"),
(; path="../PlotThemes"),
Expand All @@ -8,7 +8,7 @@ Base.get_bool_env("PLOTDOCS_DEV", false) && Pkg.develop([
(; path="../StatsPlots"),
(; path=".."),
])
# oneliner debug PLOTDOCS_DEV=1 PLOTDOCS_PACKAGES='GR' PLOTDOCS_EXAMPLES=1 julia --project -e 'include("make.jl")'
# oneliner debug PLOTS_DOCS_DEV=1 PLOTDOCS_PACKAGES='GR' PLOTDOCS_EXAMPLES=1 julia --project -e 'include("make.jl")'

using DataFrames, OrderedCollections, Dates
using MacroTools: rmlines
Expand Down

0 comments on commit 5f9b198

Please sign in to comment.