Skip to content

Commit

Permalink
remove duplicate consts
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Mar 11, 2024
1 parent 3bb6244 commit 825fea1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ using Documenter, DocumenterCitations, Literate, Printf
# https://github.com/jheinen/GR.jl/issues/278#issuecomment-587090846
ENV["GKSwstype"] = "nul"

const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples")
const OUTPUT_DIR = joinpath(@__DIR__, "src/literated")

bib = CitationBibliography(joinpath(@__DIR__, "bibliography.bib"))

example_scripts = ["density_from_temperature_pressure_humidity.jl"]

const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples")
const OUTPUT_DIR = joinpath(@__DIR__, "src/literated")

example_scripts = ["density_from_temperature_pressure_humidity.jl"]

if isdir(OUTPUT_DIR)
rm(OUTPUT_DIR)
end
Expand Down

0 comments on commit 825fea1

Please sign in to comment.