-
Notifications
You must be signed in to change notification settings - Fork 54
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
Create configuration file for Read the Docs #1187
Conversation
Thank you for the PR! |
Codecov Report
@@ Coverage Diff @@
## release/1.3.x #1187 +/- ##
================================================
Coverage ? 92.17%
================================================
Files ? 75
Lines ? 10703
Branches ? 0
================================================
Hits ? 9865
Misses ? 838
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Great thanks @mtar!
* update version to 1.3.0 * Create .readthedocs.yaml (#1187) * Update communication.py - reworked wrapper for gather-ops and some smaller stuff * Update printing.py - replaced `gather`(mpi4py fallback) by `Gatherv` (Heat) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small formatting change * commented out tests in random in order to determine the source of errors * commented out DASO-tests for finding errors.... * finding bugs... * ... * ... * smaller changes to improve codecov * Update version extension to "dev" * Fix string --------- Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com> Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hoppe <mrhf92@gmail.com>
Due Diligence
main
for new features, latest release branch (e.g.release/1.3.x
) for bug fixesDescription
This Pull Request introduces a configuration file which is now required for Read the Docs.
Issue/s resolved: #1185
Changes proposed:
.readthedocs.yaml
Type of change
Memory requirements
Performance
Does this change modify the behaviour of other functions? If so, which?
no