There was an error while loading. Please reload this page.
1 parent 4f3c5d7 commit e080077Copy full SHA for e080077
2 files changed
Makefile
@@ -48,6 +48,5 @@ clean-html:
48
49
build-html:
50
mkdir -p $(PROJECT_ROOT)/dist/python
51
- python3 -m pip install -r $(PROJECT_ROOT)/sdk/python/requirements-ci.txt
52
cd $(PROJECT_ROOT)/sdk/python/docs && $(MAKE) html
53
cp -r $(PROJECT_ROOT)/sdk/python/docs/html/* $(PROJECT_ROOT)/dist/python
sdk/python/docs/Makefile
@@ -23,6 +23,7 @@ build-api-source:
23
python3 -m sphinx-apidoc -f -o source $(PROJECT_ROOT)/sdk/python/feast
24
25
html: clean build-api-source
26
+ pip3 install -r $(PROJECT_ROOT)/sdk/python/requirements-ci.txt
27
python3 -m sphinx-build -b html source html
28
29
# Catch-all target: route all unknown targets to Sphinx using the new
0 commit comments