mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
make: Remove deprecated targets
These have been deprecated for a while and can now be removed. Some indentation is also fixed, while we're at it. Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
parent
6cf0698b0c
commit
690714f4c4
12
Makefile
12
Makefile
@ -63,18 +63,10 @@ clean-mypyfiles:
|
|||||||
pylint:
|
pylint:
|
||||||
@pylint --rcfile utils/pylintrc sphinx
|
@pylint --rcfile utils/pylintrc sphinx
|
||||||
|
|
||||||
.PHONY: reindent
|
|
||||||
reindent:
|
|
||||||
@echo "This target no longer does anything and will be removed imminently"
|
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
@$(PYTHON) -m pytest -v $(TEST)
|
@$(PYTHON) -m pytest -v $(TEST)
|
||||||
|
|
||||||
.PHONY: test-async
|
|
||||||
test-async:
|
|
||||||
@echo "This target no longer does anything and will be removed imminently"
|
|
||||||
|
|
||||||
.PHONY: covertest
|
.PHONY: covertest
|
||||||
covertest:
|
covertest:
|
||||||
@$(PYTHON) -m pytest -v --cov=sphinx --junitxml=.junit.xml $(TEST)
|
@$(PYTHON) -m pytest -v --cov=sphinx --junitxml=.junit.xml $(TEST)
|
||||||
@ -86,6 +78,6 @@ build:
|
|||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
docs:
|
docs:
|
||||||
ifndef target
|
ifndef target
|
||||||
$(info You need to give a provide a target variable, e.g. `make docs target=html`.)
|
$(info You need to give a provide a target variable, e.g. `make docs target=html`.)
|
||||||
endif
|
endif
|
||||||
$(MAKE) -C doc $(target)
|
$(MAKE) -C doc $(target)
|
||||||
|
Loading…
Reference in New Issue
Block a user