diff --git a/Makefile b/Makefile index 05d3f09..2732b89 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ docs: sphinx-build $(SOURCE_DIR) $(BUILD_DIR) lint: - pre-commit run --all + -pre-commit run --all linkcheck: sphinx-build -b linkcheck $(SOURCE_DIR) $(BUILD_DIR) diff --git a/README.md b/README.md index 5e0a579..e6febfb 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ Build: make docs ``` -Build with live reload: +Build with live browser reload: ```bash make livedocs ``` -Publish to tilde.team: +Build and publish to tilde.team: ```bash -make publish +make all ```