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 2e3512c commit 8583a45Copy full SHA for 8583a45
Makefile
@@ -33,7 +33,7 @@ distclean: clean
33
SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION)
34
sphinx-%: build
35
PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/$*
36
- @echo Output has been generated in build/docs
+ @echo Output has been generated in build/$*
37
38
check: build
39
(cd $(builddir) && $(PYTHON) -m py.test . ../../docs $(TESTFLAGS))
0 commit comments