Skip to content

Commit 767bc70

Browse files
committed
Remove building of Python API docs from root Makefile
1 parent bc51ae6 commit 767bc70

117 files changed

Lines changed: 35562 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

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

4949
build-html:
5050
mkdir -p $(PROJECT_ROOT)/dist/python
51-
cd $(PROJECT_ROOT)/sdk/python/docs && $(MAKE) html
5251
cp -r $(PROJECT_ROOT)/sdk/python/docs/html/* $(PROJECT_ROOT)/dist/python

sdk/python/docs/Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ clean:
1919
rm -rf $(PROJECT_ROOT)/sdk/python/docs/html
2020
rm -rf $(PROJECT_ROOT)/sdk/python/docs/build
2121

22-
install-dependencies:
23-
pip3 install -r $(PROJECT_ROOT)/sdk/python/requirements-ci.txt
24-
2522
build-api-source:
26-
python3 -m sphinx-apidoc -f -o source $(PROJECT_ROOT)/sdk/python/feast
23+
sphinx-apidoc -f -o source $(PROJECT_ROOT)/sdk/python/feast
2724

28-
html: clean install-dependencies build-api-source
29-
python3 -m sphinx-build -b html source html
25+
html: clean build-api-source
26+
sphinx-build -b html source html
3027

3128
# Catch-all target: route all unknown targets to Sphinx using the new
3229
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).

sdk/python/docs/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 1e0949787c45bded0b049cd50fe23d26
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
1.88 MB
Binary file not shown.
169 KB
Binary file not shown.
180 KB
Binary file not shown.
26.5 KB
Binary file not shown.
114 KB
Binary file not shown.
9.22 KB
Binary file not shown.
108 KB
Binary file not shown.

0 commit comments

Comments
 (0)