Commit 56da2f2
Add _config.yml updates for quantecon-book-theme 0.15.1 (#156)
* ⬆️ Bump quantecon-book-theme from 0.10.0 to 0.15.1
Bumps [quantecon-book-theme](https://github.com/QuantEcon/quantecon-book-theme) from 0.10.0 to 0.15.1.
- [Release notes](https://github.com/QuantEcon/quantecon-book-theme/releases)
- [Changelog](https://github.com/QuantEcon/quantecon-book-theme/blob/main/CHANGELOG.md)
- [Commits](QuantEcon/quantecon-book-theme@v0.10.0...v0.15.1)
---
updated-dependencies:
- dependency-name: quantecon-book-theme
dependency-version: 0.15.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update _config.yml for quantecon-book-theme 0.15.1 compatibility
- Add path_to_docs: lectures (critical for notebook URL generation fix in 0.15.1)
- Add authors section with structured metadata
- Add parse section with myst_enable_extensions
- Add html section with baseurl
- Add nb_mime_priority_overrides for better rendering control
- Add html_static_path configuration
- Add mathjax_path for explicit CDN configuration
- Add linkcheck_ignore, suppress_warnings, nb_merge_streams
- Reorganize config structure to match lecture-python.myst reference
* Add sphinx-proof and sphinx-exercise configuration
- Add proof_minimal_theme: true for cleaner proof styling
- Add exercise_style: solution_follow_exercise for better exercise layout
* Fix incorrectly labelled exercise solutions in generators.md
- Change solution labels from ergodicity-ex-* to generators-ex-*
- The solutions were always for the generators exercises, just mislabeled
- Fixes sphinx-exercise warnings about cross-document references
- Solutions now correctly reference their exercises in the same document
* Enable full git history for git metadata features
- Add fetch-depth: 0 to checkout action
- Allows quantecon-book-theme to display last modified dates and changelog
- Git metadata features require full commit history to function
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 22d653e commit 56da2f2
3 files changed
+87
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
7 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
8 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
9 | 79 | | |
| 80 | + | |
10 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
11 | 87 | | |
12 | 88 | | |
13 | 89 | | |
14 | 90 | | |
| 91 | + | |
15 | 92 | | |
16 | 93 | | |
17 | 94 | | |
| |||
21 | 98 | | |
22 | 99 | | |
23 | 100 | | |
24 | | - | |
25 | 101 | | |
26 | 102 | | |
27 | 103 | | |
| |||
39 | 115 | | |
40 | 116 | | |
41 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
42 | 123 | | |
43 | 124 | | |
44 | 125 | | |
| |||
53 | 134 | | |
54 | 135 | | |
55 | 136 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| |||
0 commit comments