Skip to content

Commit

Permalink
Correct change made to wrong target
Browse files Browse the repository at this point in the history
Signed-off-by: Sharon Koech <[email protected]>
  • Loading branch information
skoech committed Feb 6, 2025
1 parent 71aeb4a commit 147e4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -108,7 +108,7 @@ spelling: html

linkcheck: install
. $(VENV) ; $(SPHINXBUILD) -b linkcheck "$(SOURCEDIR)" "$(BUILDDIR)" \
$(SPHINXOPTS) --port 18000
$(SPHINXOPTS)

.PHONY: linkcheck

Expand Down

0 comments on commit 147e4e7

Please sign in to comment.