Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuellujan committed Jul 13, 2024
1 parent 2dc9cbb commit cc4f9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ DocMeta.setdocmeta!(
recursive = true,
)

ENV["BASE_PATH"] = joinpath(@__DIR__, "../")

# Citations ####################################################################
bib = CitationBibliography(joinpath(@__DIR__, "citation.bib"))

bib = CitationBibliography("citation.bib")

# Generate examples ############################################################
ENV["BASE_PATH"] = joinpath(@__DIR__, "../")
const examples_path = joinpath(@__DIR__, "..", "examples")
const output_path = joinpath(@__DIR__, "src/generated")

function create_examples(examples, examples_path, output_path)
for (_, example_path) in examples
s = split(example_path, "/")
Expand Down

0 comments on commit cc4f9c0

Please sign in to comment.