Skip to content

Commit

Permalink
FIX: enable _notebook_repo publishing (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Nov 28, 2024
1 parent dde785e commit a8446fc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _notebook_repo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# continuous_time_mcs.notebooks

Notebooks for https://quantecon.github.io/continuous_time_mcs/intro.html

**Note:** This README should be edited [here](https://github.com/quantecon/continuous_time_mcs/_notebook_repo)
18 changes: 18 additions & 0 deletions _notebook_repo/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: quantecon
channels:
- default
dependencies:
- python=3.12
- anaconda=2024.10
- pip
- pip:
- jupyter-book==0.15.1
- quantecon-book-theme==0.7.2
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
- ghp-import==2.1.0
- sphinxcontrib-youtube
- sphinx-proof
- quantecon

2 comments on commit a8446fc

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.