We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3a1f6 commit 9fd62e3Copy full SHA for 9fd62e3
Makefile
@@ -57,6 +57,7 @@ docs: venv
57
$(MAKE) -C docs html
58
find docs/_build -type d -print0 | xargs -0 chmod a+rx
59
find docs/_build -type f -print0 | xargs -0 chmod a+r
60
+ chmod a+rx docs
61
ln -s docs/_build/html _site
62
63
.PHONY: clean
0 commit comments