Skip to content

Commit

Permalink
Fix docs makefile to use local copy of checkbox-ng for version info (#…
Browse files Browse the repository at this point in the history
…625)

Install checkbox-ng from local repository rather than relying on
outdated version in PyPI.
  • Loading branch information
pieqq committed Jul 19, 2023
1 parent c64f5ce commit 77d3304
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 @@ -17,7 +17,7 @@ help:
install:
@echo "... setting up virtualenv"
python3 -m venv .sphinx/venv
. $(VENV); cd ..; pip install --upgrade -r docs/.sphinx/requirements.txt; pip install --upgrade checkbox-ng
. $(VENV); cd ..; pip install --upgrade -r docs/.sphinx/requirements.txt; pip install --upgrade ./checkbox-ng

@echo "\n" \
"--------------------------------------------------------------- \n" \
Expand Down

0 comments on commit 77d3304

Please sign in to comment.