Skip to content

Commit

Permalink
Make sure the apidocs are generated from the freshly built modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 13, 2021
1 parent bef75f9 commit 4848bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -121,7 +121,7 @@ ftest_build: build
ftest_inplace: inplace
$(PYTHON) test.py -f $(TESTFLAGS) $(TESTOPTS)

apidoc: apidocclean
apidoc: apidocclean inplace3
@[ -x "`which sphinx-apidoc`" ] \
&& (echo "Generating API docs ..." && \
PYTHONPATH=src:$(PYTHONPATH) sphinx-apidoc -e -P -T -o doc/api src/lxml \
Expand Down

0 comments on commit 4848bfc

Please sign in to comment.