We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a15cca6 + e412ef9 commit 892f35cCopy full SHA for 892f35c
python/sphinx_docs/Makefile
@@ -2,6 +2,6 @@
2
3
# Build the documentation locally for the current branch
4
# NOTE: You need to commit your changes before running this command
5
+CURRENT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
6
docs:
- @CURRENT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
7
- sphinx-versioned -m $$CURRENT_BRANCH -b $$CURRENT_BRANCH --git-root ../../
+ sphinx-versioned -m ${CURRENT_BRANCH} -b ${CURRENT_BRANCH} --git-root ../../
0 commit comments