forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix documentation building for Feast SDK (feast-dev#1400)
* Update documentation and proto building Signed-off-by: Willem Pienaar <git@willem.co> * Automatically build API docs Signed-off-by: Willem Pienaar <git@willem.co> * Update formatting Signed-off-by: Willem Pienaar <git@willem.co> * Fix SDK release building Signed-off-by: Willem Pienaar <git@willem.co> * Remove explicit compilation step from proto building Signed-off-by: Willem Pienaar <git@willem.co> * Fix Proto CI for Go Signed-off-by: Willem Pienaar <git@willem.co> * Fix Proto CI for Python Signed-off-by: Willem Pienaar <git@willem.co> * Fix Python Integration Test Dependencies Signed-off-by: Willem Pienaar <git@willem.co> * Add printenv to compile protos Signed-off-by: Willem Pienaar <git@willem.co> * Add mypy-protobuf installation to compile-protos-python Signed-off-by: Willem Pienaar <git@willem.co> * Install Mypy Signed-off-by: Willem Pienaar <git@willem.co> * Fix telemetry test Signed-off-by: Willem Pienaar <git@willem.co>
- Loading branch information
Showing
13 changed files
with
108 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
default_stages: | ||
- push | ||
repos: | ||
- repo: local | ||
hooks: | ||
- id: lint | ||
name: Lint | ||
stages: [commit] | ||
stages: [ push ] | ||
language: system | ||
entry: make lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: 2 | ||
|
||
sphinx: | ||
configuration: sdk/python/docs/source/conf.py | ||
|
||
formats: | ||
|
||
python: | ||
version: 3.7 | ||
install: | ||
- requirements: sdk/python/requirements-ci.txt | ||
- path: sdk/python/ | ||
method: setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,5 +115,4 @@ dmypy.json | |
.pyre/ | ||
|
||
.vscode/* | ||
test.py | ||
playground |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters