Skip to content

Commit 602cf57

Browse files
Update Makefile
1 parent 75ef328 commit 602cf57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ clean-pyc: ## remove Python file artifacts
4949

5050
.PHONY: clean-docs
5151
clean-docs: ## remove previously built docs
52-
rm -rf docs/tutorials/
5352
rm -f docs/api/*.rst
5453
-$(MAKE) -C docs clean 2>/dev/null # this fails if sphinx is not yet installed
5554

@@ -132,7 +131,6 @@ coverage: ## check code coverage quickly with the default Python
132131

133132
.PHONY: docs
134133
docs: clean-docs ## generate Sphinx HTML documentation, including API docs
135-
cp -r tutorials/ docs/tutorials/
136134
sphinx-apidoc -M --separate --no-toc -o docs/api/ sdmetrics
137135
$(MAKE) -C docs html
138136

0 commit comments

Comments
 (0)