Skip to content

Commit ae67f84

Browse files
committed
Initial move to mystjs
1 parent af927e3 commit ae67f84

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

environment.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ dependencies:
1010
- pandas
1111
- imageio
1212
# For building the site
13-
- sphinx
14-
- myst-nb
15-
- sphinx-book-theme
16-
- sphinx-copybutton
13+
- mystmd
14+
- nodejs>=20,<21
15+
- ipython
16+
- jupyter_server
17+
- jupyterlab

myst.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See docs at: https://mystmd.org/guide/frontmatter
2+
version: 1
3+
project:
4+
id: 55a37959-b92d-40f7-a63c-c1f217e8f002
5+
# title:
6+
# description:
7+
keywords: []
8+
authors: []
9+
github: https://github.com/melissawm/numpy-tutorials
10+
# bibliography: []
11+
site:
12+
template: book-theme
13+
# title:
14+
# options:
15+
# favicon: favicon.ico
16+
# logo: site_logo.png
17+
nav: []
18+
actions:
19+
- title: Learn More
20+
url: https://mystmd.org/guide
21+
domains: []

site/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)