Skip to content

Commit

Permalink
chore: Added missing dev dependency for 'make watchdocs'
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Sep 8, 2024
1 parent 966ebde commit dd6be60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ docs: venv

.PHONY: watchdocs
watchdocs: venv
$(VENV)/bin/sphinx-autobuild -b html docs build/docs/html/;
-mkdir -p build/docs/watch/
$(VENV)/bin/sphinx-autobuild -b html docs build/docs/watch/;

.PHONY: version
version:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dev = [
"pytest",
"pytest-cov",
"sphinx",
"sphinx-autobuild",
"sphinx-intl",
"build",
"twine",
Expand Down

0 comments on commit dd6be60

Please sign in to comment.