Skip to content

🐛 Deactivate PDF Export for Documentation and Prepare Patch Release #659

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 4 commits into from
May 27, 2025

Conversation

ystade
Copy link
Collaborator

@ystade ystade commented May 27, 2025

Description

Curly braces in the Python code on the zoned neutral atom compiler page of the documentation cause an issue in the PDF export via LaTeX on readthedocs. Until we find another solution, this PR deactivates the PDF export for the documentation.

Additionally, it corrects two typos on the page for the zoned neutral atom compiler.

This PR also prepares the corresponding path release.

Checklist:

  • The pull request only contains commits that are focused and relevant to this change.
  • I have added appropriate tests that cover the new/changed functionality.
  • I have updated the documentation to reflect these changes.
  • I have added entries to the changelog for any noteworthy additions, changes, fixes or removals.
  • I have added migration instructions to the upgrade guide (if needed).
  • The changes follow the project's style guidelines and introduce no new warnings.
  • The changes are fully tested and pass the CI checks.
  • I have reviewed my own code changes.

Signed-off-by: Yannick Stade <[email protected]>
@ystade ystade added the documentation Improvements or additions to documentation label May 27, 2025
@ystade ystade self-assigned this May 27, 2025
@ystade ystade enabled auto-merge (squash) May 27, 2025 07:10
@ystade ystade merged commit a901d60 into main May 27, 2025
14 checks passed
@ystade ystade deleted the hotfix-pdf-export branch May 27, 2025 07:15
@github-project-automation github-project-automation bot moved this from In Progress to Done in MQT Compilation May 27, 2025
@ystade ystade mentioned this pull request May 27, 2025
8 tasks
ystade added a commit that referenced this pull request May 27, 2025
## Description

#659 did not resolve the issue described there. One option in
`readthedocs.yml` was still missed. This PR solves this issue.

Additionally, this PR enables the concatenation of class and `__init__`
docstrings on the Python side.

## Checklist:

<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->

- [x] The pull request only contains commits that are focused and
relevant to this change.
- [ ] I have added appropriate tests that cover the new/changed
functionality.
- [x] I have updated the documentation to reflect these changes.
- [x] I have added entries to the changelog for any noteworthy
additions, changes, fixes or removals.
- [x] I have added migration instructions to the upgrade guide (if
needed).
- [x] The changes follow the project's style guidelines and introduce no
new warnings.
- [x] The changes are fully tested and pass the CI checks.
- [x] I have reviewed my own code changes.

---------

Signed-off-by: Yannick Stade <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant