removed broken docs steps

This commit is contained in:
Lorenz Herzberger 2022-02-14 15:14:56 +01:00
parent affd543c11
commit 4d038783f9
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A

View File

@ -94,8 +94,6 @@ cov: check-deps ## Check code coverage and open the result in the browser
docs: check-deps ## Generate HTML documentation and open it in the browser
@$(DC) run --rm --no-deps bdocs make -C docs/root html
@$(DC) run --rm --no-deps bdocs make -C docs/server html
@$(DC) run --rm --no-deps bdocs make -C docs/contributing html
$(BROWSER) docs/root/build/html/index.html
docs-acceptance: check-deps ## Create documentation for acceptance tests