Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
- pip
- pip:
- jupyter-book==1.0.4post1
- quantecon-book-theme==0.10.0
- quantecon-book-theme==0.10.1
- sphinx-tojupyter==0.3.1
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==1.0.1
- sphinx-exercise==1.2.0
- sphinx-proof==0.2.1
- sphinxcontrib-youtube==1.4.1
- sphinx-togglebutton==0.3.2
Expand Down
2 changes: 2 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ sphinx:
complex_and_trig: https://intro.quantecon.org/complex_and_trig.html
# sphinx-proof
proof_minimal_theme: true
# sphinx-exercise
exercise_style: "solution_follow_exercise"
# sphinx-tojupyter
tojupyter_static_file_path: ["source/_static", "_static"]
tojupyter_target_html: true
Expand Down
Loading