Skip to content

Commit e080077

Browse files
committed
Move pip3 command to sub directory
1 parent 4f3c5d7 commit e080077

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ clean-html:
4848

4949
build-html:
5050
mkdir -p $(PROJECT_ROOT)/dist/python
51-
python3 -m pip install -r $(PROJECT_ROOT)/sdk/python/requirements-ci.txt
5251
cd $(PROJECT_ROOT)/sdk/python/docs && $(MAKE) html
5352
cp -r $(PROJECT_ROOT)/sdk/python/docs/html/* $(PROJECT_ROOT)/dist/python

sdk/python/docs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build-api-source:
2323
python3 -m sphinx-apidoc -f -o source $(PROJECT_ROOT)/sdk/python/feast
2424

2525
html: clean build-api-source
26+
pip3 install -r $(PROJECT_ROOT)/sdk/python/requirements-ci.txt
2627
python3 -m sphinx-build -b html source html
2728

2829
# Catch-all target: route all unknown targets to Sphinx using the new

0 commit comments

Comments
 (0)