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 d6f763b commit 5edc02fCopy full SHA for 5edc02f
docs/Makefile
@@ -69,5 +69,8 @@ $(VENV)/req_done: requirements.txt $(VENV)/success
69
$(VENV)/bin/pip install $(PIP_FLAGS) -U -r requirements.txt
70
@touch $(VENV)/req_done
71
72
+# Man-page generation fails unless HTML documentation is built first
73
+man:: html
74
+
75
%:: Makefile
76
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
0 commit comments