Skip to content

Commit

Permalink
chore: use standard port 8000 for docs server
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed May 12, 2024
1 parent 1ffa5e1 commit f4b3b08
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 @@ -126,7 +126,7 @@ docs: ## Build the API docs
cd docs
sphinx-build -M html . ./_build
if [ -n "${INTERACTIVE}" ]; then
python -m http.server -d _build/html 3000
python -m http.server -d _build/html
fi

docker: # Build the docker image (only needed if you make changes to it)
Expand Down

0 comments on commit f4b3b08

Please sign in to comment.