-
Notifications
You must be signed in to change notification settings - Fork 9
Upgrade atsphinx-mini18n to latest version (0.5.1) #600
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
Conversation
Co-authored-by: tkoyama010 <[email protected]>
tkoyama010
left a comment
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.
@copilot Please use "Nested style" output of atsphinx-mini18n
Co-authored-by: tkoyama010 <[email protected]>
Added |
tkoyama010
left a comment
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.
LGTM
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.
Pull request overview
This PR upgrades the atsphinx-mini18n package from version 0.4.1 to 0.5.1 and enables the new nested style output feature for multi-language documentation.
- Updated dependency to
atsphinx-mini18n==0.5.1with support for nested-style output (default language at root, other languages in subdirectories) - Configured the nested build style in Sphinx configuration
- Maintains compatibility with the current Python 3.12 CI environment and Sphinx 8.2.1
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updates atsphinx-mini18n dependency from 0.4.1 to 0.5.1 in the docs optional dependencies |
| doc/source/conf.py | Adds mini18n_build_style = "nested" configuration to enable the new nested-style multi-language output format |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Overview
Upgrades
atsphinx-mini18nfrom 0.4.1 to 0.5.1, bringing nested style output support and bug fixes. Enables the new "Nested style" output feature.Details
atsphinx-mini18n==0.4.1→atsphinx-mini18n==0.5.1in pyproject.tomlmini18n_build_style = "nested"toconf.pyto enable nested style output (default language at root, other languages in subdirectories)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.