-
Notifications
You must be signed in to change notification settings - Fork 457
chore: update hatch version and remove hatch-containers #10373
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2db3bcf
chore: don't install hatch via pip in scripts/ddtest
taegyunkim 00a71b9
setup hatch using binary instead of pip install
taegyunkim 7693bb8
let there be sudo
taegyunkim 95ae385
don't install hatch-containers as this seems to be installing hatch>=…
taegyunkim b6a5884
don't install hatch via pip
taegyunkim ca36233
no sudo
taegyunkim 9a48419
version up
taegyunkim fc4c896
build_docs is using testrunner which already has hatch
taegyunkim 022ed50
use latest hatch
taegyunkim 25ca498
revert images
taegyunkim 8ad635d
comment
taegyunkim eae88d2
try installing hatch
taegyunkim 6926fda
fix version
taegyunkim 46ea66b
print
taegyunkim 9973ada
print path and python versions
taegyunkim c57a0ad
do we need this?
taegyunkim 48fd187
print
taegyunkim 8bb3c70
it was indeed needed
taegyunkim 4e972ea
oh i hate python
taegyunkim d8e43cd
update
taegyunkim 70d0743
can build docs on mac too
taegyunkim 05228ff
update
taegyunkim 55b56ec
not circle ci check
taegyunkim eb7a14b
comment
taegyunkim 73de7c3
check it right
taegyunkim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 +1,15 @@ | ||
#!/usr/bin/env bash | ||
set -eux | ||
|
||
# DEV: unless it's built with editable, following sphinx-build fails | ||
if [ -z ${CIRCLECI+x} ]; then | ||
CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) pip install -v -e . | ||
fi | ||
|
||
if [[ "$(uname)" == "Darwin" ]]; then | ||
export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib | ||
fi | ||
|
||
reno lint | ||
sphinx-build -vvv -W -b spelling docs docs/_build/html | ||
sphinx-build -vvv -W -b html docs docs/_build/html |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.