Skip to content

Commit

Permalink
Add a --port parameter to the run target in the Makefile (canonic…
Browse files Browse the repository at this point in the history
…al#501)

# Description

Relates to canonical#492

Fixes # (issue)

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [x] Documentation update (Doc only change)

---------

Signed-off-by: Sharon Koech <[email protected]>
  • Loading branch information
skoech authored Feb 6, 2025
1 parent 2fbf0ba commit cd6fc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install: $(VENVDIR)

run: install
. $(VENV); sphinx-autobuild -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)" \
$(SPHINXOPTS)
$(SPHINXOPTS) --port 18000

.PHONY: run

Expand Down

0 comments on commit cd6fc33

Please sign in to comment.