Fix PDF artifacts and align documentation metadata#1077
Merged
Conversation
Updated docfiles/conf.py to prevent code wrap continuation markers and visible space markers in generated PDFs by: - Setting verbatimwrapslines=false to disable line wrapping - Setting verbatimvisiblespace=false to hide space markers - Setting verbatimhintsturnover=false to remove page continuation markers - Adding fancyvrb and Unicode handling in LaTeX preamble This aligns the docfiles config with the working book config. Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
Synchronized version numbers in documentation configs with pyproject.toml: - docfiles/conf.py: 1.1.0 → 1.1.1 - book/conf.py: 1.1.0 → 1.1.1 This ensures consistency across all project metadata. Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
Corrected path from examples/config_driven/ to examples/workflows/ in docfiles/config_workflows.rst to match actual repository structure. Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Polish and verify alignment of documentation
Fix PDF artifacts and align documentation metadata
Jan 13, 2026
SkBlaz
marked this pull request as ready for review
January 13, 2026 19:02
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The generated documentation PDF contained rendering artifacts (code continuation markers
˓→on 221 pages, visible space markers␣on 122 pages) and version numbers were inconsistent withpyproject.toml.Changes
LaTeX configuration (
docfiles/conf.py): Addedverbatimwrapslines=false,verbatimvisiblespace=false, and Unicode handling to eliminate PDF artifacts. Aligns with workingbook/conf.pysettings.Version alignment: Updated
docfiles/conf.pyandbook/conf.pyfrom 1.1.0 → 1.1.1 to matchpyproject.toml.Example path correction (
docfiles/config_workflows.rst): Fixed non-existentexamples/config_driven/→examples/workflows/.The book PDF already passed verification; these fixes target the main documentation PDF. Docker-compose references in docs are intentional legacy command explanations.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.