-
Notifications
You must be signed in to change notification settings - Fork 23
yoga: xena merge #590
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
yoga: xena merge #590
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
eec982d
Correct Manila backend variable in multinode docs
MoteHue 57b6710
Merge pull request #528 from stackhpc/correct-manila-multinode-docs
markgoddard 4d2635d
Cap number of Pulp workers
priteau 73e222e
Merge pull request #533 from stackhpc/pulp-workers
priteau 10d5d7c
Fix documentation builds on Read the Docs
priteau dc8f151
Merge pull request #581 from stackhpc/rtd-fix
markgoddard 1b91a4d
Attempt to fix RTD failures using Python 3.7
priteau d94483b
Merge pull request #584 from stackhpc/rtd-fix-again
markgoddard a2b4eb0
Unshallow Read the Docs git clone
priteau d223dd2
Merge pull request #586 from stackhpc/rtd-unshallow-git-clone
priteau 274f0b0
Restore default Git fetch configuration on RTD
priteau e65c593
Merge pull request #587 from stackhpc/rtd-remote-set-branches
priteau 2e2886f
Escape wildcard character in custom build command
priteau f087cb9
Merge pull request #588 from stackhpc/rtd-remote-set-branches-fix
priteau 607817f
Work around Read the Docs wildcard escaping issues
priteau 1a6271b
Merge pull request #589 from stackhpc/rtd-remote-set-branches-fix-fix
priteau fb2868f
Merge stackhpc/xena into stackhpc/yoga
priteau 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
apt_packages: | ||
- tox | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.7" | ||
jobs: | ||
post_checkout: | ||
- git remote set-branches origin master stackhpc/yoga stackhpc/xena stackhpc/wallaby | ||
- git fetch --unshallow | ||
|
||
# Build documentation in the doc/source/ directory with Sphinx | ||
sphinx: | ||
configuration: doc/source/conf.py | ||
|
||
# We recommend specifying your dependencies to enable reproducible builds: | ||
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html | ||
python: | ||
install: | ||
- requirements: doc/requirements.txt |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
fixes: | ||
- | | ||
Caps the number of Pulp API and content workers to 32 each to avoid errors | ||
on hosts with many CPUs. |
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/readthedocs-configuration-17cf3e6a63f571fa.yaml
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixes documentation builds on Read the Docs. |
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.