-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
…o k8s_gpulabel_validation # Conflicts: # sky/utils/kubernetes_utils.py # tests/test_optimizer_dryruns.py
- Loading branch information
Showing
93 changed files
with
2,384 additions
and
862 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,22 @@ | ||
#kapa-widget-container { | ||
z-index: 10000 !important; | ||
position: absolute !important; | ||
} | ||
|
||
.mantine-Modal-root { | ||
z-index: 10000; | ||
position: absolute; | ||
} | ||
|
||
#kapa-widget-container figure { | ||
padding: 0 !important; | ||
} | ||
|
||
.mantine-Modal-root figure { | ||
padding: 0 !important; | ||
} | ||
|
||
/* RTD Flyout */ | ||
.rst-versions { | ||
z-index: 10001 !important; /* Set to 10001 to avoid overlap with kapa */ | ||
} |
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,13 @@ | ||
document.addEventListener("DOMContentLoaded", function () { | ||
var script = document.createElement("script"); | ||
script.src = "https://widget.kapa.ai/kapa-widget.bundle.js"; | ||
script.setAttribute("data-website-id", "4223d017-a3d2-4b92-b191-ea4d425a23c3"); | ||
script.setAttribute("data-project-name", "SkyPilot"); | ||
script.setAttribute("data-project-color", "#4C4C4D"); | ||
script.setAttribute("data-project-logo", "https://avatars.githubusercontent.com/u/109387420?s=100&v=4"); | ||
script.setAttribute("data-modal-disclaimer", "Results are automatically generated and may be inaccurate or contain inappropriate information. Do not include any sensitive information in your query."); | ||
script.setAttribute("data-modal-title", "SkyPilot Docs AI - Ask a Question."); | ||
script.setAttribute("data-button-position-bottom", "85px"); | ||
script.async = true; | ||
document.head.appendChild(script); | ||
}); |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.