UPD: upgrade build dependencies to align with lecture-python-intro - #209
Merged
Merged
Conversation
- Python 3.12 → 3.13, anaconda 2024.10 → 2025.12 - jupyter-book 1.0.3 → 1.0.4post1 - sphinx-tojupyter 0.3.0 → 0.6.0 - sphinxext-rediraffe 0.2.7 → 0.3.0 - sphinx-reredirects 0.1.4 → 1.1.0 - sphinx-exercise 1.0.1 → 1.2.1 - sphinx-proof 0.2.0 → 0.4.0 - sphinxcontrib-youtube 1.3.0 → 1.5.0 - sphinx-togglebutton 0.3.2 → 0.4.5 - Remove ghp-import (no longer needed) - Add nb_merge_streams and path_to_docs to _config.yml - Add conda ecosystem to dependabot - Update Python version in all remaining CI workflows
✅ Deploy Preview for playful-platypus-17d3bb ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Aligns this repository’s build environment and CI configuration with lecture-python-intro by upgrading core build dependencies (Python/Anaconda/Jupyter Book + Sphinx tooling) and updating automation around builds and dependency updates.
Changes:
- Upgrade conda environment dependencies (Python 3.12 → 3.13, Anaconda 2024.10 → 2025.12, plus several Sphinx/Jupyter Book-related packages).
- Update Jupyter Book/Sphinx config to enable stream merging and set docs path.
- Update CI workflows to run with Python 3.13 and add Dependabot conda updates.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
lectures/_config.yml |
Adds nb_merge_streams and path_to_docs configuration for Jupyter Book/Sphinx/theme behavior. |
environment.yml |
Upgrades base build environment and Sphinx/Jupyter Book-related pip dependencies. |
environment-cn.yml |
Mirrors build environment upgrades for the CN environment. |
.github/workflows/ci.yml |
Bumps workflow Python version to 3.13. |
.github/workflows/ci-cn.yml |
Bumps workflow Python version to 3.13 for CN environment build. |
.github/workflows/cache.yml |
Bumps scheduled cache-build workflow Python version to 3.13. |
.github/workflows/publish.yml |
Bumps publish workflow Python version to 3.13. |
.github/dependabot.yml |
Adds conda ecosystem updates + ignore rules for major Jupyter Book and Python bumps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. 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.
Summary
Upgrades build dependencies to align with lecture-python-intro.
Changes
Environment files (
environment.yml+environment-cn.yml)lectures/_config.ymlnb_merge_streams: truepath_to_docs: lecturesCI Workflows
ci.yml,ci-cn.yml,cache.yml,publish.yml.github/dependabot.ymlRelated