Skip to content

Commit

Permalink
Undo or comment out the previous Py311 and myst-nb changes, so the Ne…
Browse files Browse the repository at this point in the history
…tlify previous continue to work for now
  • Loading branch information
emiliom committed May 29, 2024
1 parent 74d027d commit 696e99f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
myst_heading_anchors = 3
myst_update_mathjax = False
myst_enable_extensions = [
"attrs_inline",
# "attrs_inline",
"colon_fence",
"substitution"
]
Expand Down
6 changes: 4 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: ohw-site
channels:
- conda-forge
dependencies:
- python>=3.11,<3.12
- python>=3.8,<3.9
# - python>=3.11,<3.12
# website/blog building
- myst-nb>=0.19.0
# With Py311, change to >=0.19.0 to enable attrs-inline
- myst-nb>=0.16.0
- sphinx>=5.0.2
- jupytext
- pre-commit
Expand Down

0 comments on commit 696e99f

Please sign in to comment.