We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff95eb6 commit bb518ecCopy full SHA for bb518ec
justfile
@@ -1,5 +1,5 @@
1
docs_build := "docs/_build"
2
-sphinx_opts:= "-d {{docs_build}}/doctrees docs"
+sphinx_opts:= "-d " + docs_build + "/doctrees docs"
3
4
# Default target executed when no arguments are given.
5
[private]
0 commit comments