-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes readthedocs documentation (#278)
* update conf * Added requirements file * updated reqs file * update reqs * catch pyspark import exception to make docs build * try mocking out pyspark * revert pyspark import change * format code * Show Python style violates in check_format.sh
- Loading branch information
1 parent
b6ea450
commit 781a398
Showing
3 changed files
with
23 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
requests==2.18.4 | ||
subprocess32==3.2.7 | ||
pyyaml==3.12 | ||
docker==2.5.1 | ||
kubernetes==3.0.0 | ||
six==1.10.0 | ||
mock |