Skip to content

Commit

Permalink
Delete old makefiles and make poetry live preview open browser
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 25, 2023
1 parent e2c4947 commit 7610f67
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 60 deletions.
21 changes: 0 additions & 21 deletions Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions make.bat

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sphinx-togglebutton="^0.3.2"
[tool.taskipy.tasks]
docs-build = "poetry run sphinx-build -M html source build -W --keep-going"
docs-clean = "poetry run sphinx-build -M clean source build"
docs-live = "poetry run sphinx-autobuild source build"
docs-live = "poetry run sphinx-autobuild source build/html --open-browser --delay=2"

[build-system]
requires = ["poetry-core>=1.2.0"]
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit 7610f67

Please sign in to comment.