Skip to content

Commit bb518ec

Browse files
committed
fix variable handling
1 parent ff95eb6 commit bb518ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docs_build := "docs/_build"
2-
sphinx_opts:= "-d {{docs_build}}/doctrees docs"
2+
sphinx_opts:= "-d " + docs_build + "/doctrees docs"
33

44
# Default target executed when no arguments are given.
55
[private]

0 commit comments

Comments
 (0)