Update sphinx-proof to version 0.3.0 with Chinese language support#89
Merged
Update sphinx-proof to version 0.3.0 with Chinese language support#89
Conversation
- Updated environment.yml to use sphinx-proof==0.3.0 - Updated environment-cn.yml to use sphinx-proof==0.3.0 - Added language: zh_CN configuration for Chinese language support - Fixed duplicate intersphinx_mapping key in _config.yml
✅ Deploy Preview for astonishing-narwhal-a8fc64 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull Request Overview
Updates Sphinx configuration and environments to adopt sphinx-proof 0.3.0 and enable Chinese translations.
- Bumps sphinx-proof to 0.3.0 in both environment files
- Enables Chinese translations by setting language: zh_CN in Sphinx config
- Removes a duplicate intersphinx_mapping key in _config.yml
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| lectures/_config.yml | Adds Sphinx language setting for Chinese and removes a duplicate intersphinx_mapping entry |
| environment.yml | Pins sphinx-proof to 0.3.0 |
| environment-cn.yml | Pins sphinx-proof to 0.3.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
This PR updates sphinx-proof from version 0.2.1 to 0.3.0 and enables Chinese language support.
Changes
environment.ymlto use sphinx-proof==0.3.0environment-cn.ymlto use sphinx-proof==0.3.0language: zh_CNconfiguration in_config.ymlto enable Chinese translationsintersphinx_mappingkey in_config.ymlWhat's New in sphinx-proof 0.3.0
Testing
The CI will automatically test building the lectures with the new version. Please verify that:
Once verified, this can be merged to bring full Chinese language support to all mathematical proof directives in the lecture series.