Skip to content

Commit b67f265

Browse files
committed
fix instructions
1 parent 91c8426 commit b67f265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name}}/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ hatch run docs:open
209209
```bash
210210
source .venv/bin/activate
211211
cd docs
212-
make html
212+
sphinx-build -M html docs docs/_build -W
213213
(xdg-)open _build/html/index.html
214214
```
215215

0 commit comments

Comments
 (0)