Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip
- pip:
- jupyter-book>=1.0.4post1,<2.0
- quantecon-book-theme==0.19.0
- quantecon-book-theme==0.20.1
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bumps quantecon-book-theme in environment.yml, but the scheduled .github/workflows/collab.yml workflow installs its own pinned quantecon-book-theme==0.8.2 (bypassing this environment). That means the Colab execution check won’t reflect the theme update and may render/test citations differently. Consider updating that workflow to use environment.yml (or at least bump the pinned theme version) so all builds validate the same dependency set.

Copilot uses AI. Check for mistakes.
- sphinx-tojupyter==0.6.0
- sphinxext-rediraffe==0.3.0
- sphinx-exercise==1.2.1
Expand Down
Loading