remove references to removed setup.py (#674)

This commit is contained in:
Paul Robinson
2025-06-10 11:24:34 -06:00
committed by GitHub
parent 630aac703d
commit f27f4ddd85
2 changed files with 2 additions and 7 deletions

View File

@ -90,7 +90,7 @@ validate-newsfragments:
check-docs: build-docs validate-newsfragments
build-docs:
sphinx-apidoc -o docs/ . setup.py "*conftest*" tests/
sphinx-apidoc -o docs/ . "*conftest*" tests/
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(MAKE) -C docs doctest