Skip to content

Commit

Permalink
fix json link
Browse files Browse the repository at this point in the history
  • Loading branch information
amattioc committed Apr 18, 2024
1 parent da08c0a commit d6c8cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.1/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def name_norm(value):

with open(op_path.joinpath("examples.rst"), "w") as f:
f.write(
templates["examples"].render({"examples": examples, "inputs": inputs, "repourl_ex": "https://github.com/sdmx-twg/vtl/blob/master/v2.1/docs"})
templates["examples"].render({"examples": examples, "inputs": inputs, "op_type": op_type, "repourl_ex": "https://github.com/sdmx-twg/vtl/blob/master/v2.1/docs"})
)

plantuml = "java -jar " + os.getenv("PUML_PATH", "/tmp/plantuml-mit-1.2023.13.jar")

0 comments on commit d6c8cb9

Please sign in to comment.