-
Notifications
You must be signed in to change notification settings - Fork 633
[Docs] Clarify Nebius credential setup and add automatic build for PRs with docs changes #5298
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
base: master
Are you sure you want to change the base?
Conversation
.readthedocs.yml
Outdated
@@ -9,6 +9,22 @@ build: | |||
os: "ubuntu-22.04" | |||
tools: | |||
python: "3.10" | |||
jobs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@romilbhardwaj we should get this in first, to avoid our readthedoc build every PR.
|
||
* The `NEBIUS_IAM_TOKEN` file, if present, will take priority for authentication. | ||
* Service Accounts are restricted to a single region. Ensure you configure the Service Account for the appropriate region during creation. | ||
Alternatively, you can also use a service account to access Nebius, see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, added.
Waiting for #5122 to be merged first
Tested (run the relevant ones):
bash format.sh
/smoke-test
(CI) orpytest tests/test_smoke.py
(local)/smoke-test -k test_name
(CI) orpytest tests/test_smoke.py::test_name
(local)/quicktest-core
(CI) orpytest tests/smoke_tests/test_backward_compat.py
(local)