Skip to content

Commit

Permalink
add macOS support for the 'docs' make target (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpodwysocki authored Oct 23, 2023
1 parent afd1e73 commit a7fd98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ release: ## Create a new tag for release.
docs: ## Build the documentation.
@echo "building documentation ..."
@$(ENV_PREFIX)mkdocs build
URL="site/index.html"; xdg-open $$URL || sensible-browser $$URL || x-www-browser $$URL || gnome-open $$URL
URL="site/index.html"; xdg-open $$URL || sensible-browser $$URL || x-www-browser $$URL || gnome-open $$URL || open $$URL

.PHONY: switch-to-poetry
switch-to-poetry: ## Switch to poetry package manager.
Expand Down

0 comments on commit a7fd98f

Please sign in to comment.