Skip to content

Commit

Permalink
Update conf.py - fix docs 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amattioc authored Apr 4, 2024
1 parent 43bd1bc commit 341e4bc
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 @@ -58,7 +58,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/amattioc/vtl/blob/master/v2.1"})
templates["examples"].render({"examples": examples, "inputs": inputs, "repourl_ex": "https://github.com/sdmx-twg/vtl/blob/master/v2.1"})
)

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

0 comments on commit 341e4bc

Please sign in to comment.