Skip to content

Commit 65d6dfe

Browse files
author
Florian Maas
authored
fix in makefile (#28)
1 parent f85e7d6 commit 65d6dfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

{{cookiecutter.project_name}}/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ docs-build: ## Build the docs
5757
docs-open: ## Open the docs in the browser
5858
@open docs/_build/index.html
5959

60-
docs-test: ## Build the docs
61-
@open docs/_build/index.html
62-
6360
docs: docs-generate docs-build docs-open ## Generate, build and open the docs.
6461

6562
docs-build-test: ## Test if the documentation can be built without errors.

0 commit comments

Comments
 (0)