-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blob-storage-usage doc update #5931
base: master
Are you sure you want to change the base?
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
@Ritesh-Udgata thank you. Can you clarify if this is connected to an issue? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5931 +/- ##
=======================================
Coverage 36.84% 36.84%
=======================================
Files 1309 1309
Lines 130967 130967
=======================================
+ Hits 48252 48259 +7
+ Misses 78531 78524 -7
Partials 4184 4184
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@Ritesh-Udgata can you pleas check the DCO error? steps to sign your commits are here |
Signed-off-by: Ritesh <[email protected]>
3624c41
to
e418732
Compare
I have added sign off along with gpg signature to pass the DCO check. Am i eligible for swags ? If so could you reopen the form ? I am asking because this PR was approved two weeks ago approximately and I contributed to the code base during Hacktoberfest time period. |
Building the Flyte docs locally
Prerequisites
conda
(We recommend Miniconda installed with an official installer)conda-lock
Set up the build environment
In the
flyteorg/flyte
root directory do:This creates a new environment called
monodocs-env
with all the dependencies needed to build the docs. You can choose a different environment name if you like.Building the docs
In the
flyteorg/flyte
root directory make sure you have activated themonodocs-env
(or whatever you called it) environment and do:The resulting
html
files will be indocs/_build/html
.Closes #4881