Skip to content
Snippets Groups Projects
Commit e96d22fb authored by Chris Sewell's avatar Chris Sewell
Browse files

:arrow_up:️ UPGRADE: myst-nb v0.10.1

parent 00cb1a6c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ launch_buttons:
colab_url: "https://colab.research.google.com"
thebe: true
latex:
latex_engine: xelatex
sphinx:
config:
nb_custom_formats:
......
......@@ -84,8 +84,7 @@
"type": "string"
}
}
},
"required": []
}
},
"html": {
"type": "object",
......@@ -132,11 +131,9 @@
"object"
]
}
},
"required": []
}
}
},
"required": []
}
},
"latex": {
"type": "object",
......@@ -165,8 +162,7 @@
"colab_url": {
"type": "string"
}
},
"required": []
}
},
"repository": {
"type": "object",
......@@ -180,8 +176,7 @@
"branch": {
"type": "string"
}
},
"required": []
}
},
"sphinx": {
"type": "object",
......@@ -201,9 +196,7 @@
"object"
]
}
},
"required": []
}
}
},
"required": []
}
}
......@@ -55,9 +55,7 @@ setup(
"pyyaml",
"docutils>=0.15",
"sphinx>=2,<4",
"myst-nb~=0.10.0",
# required for Markdown figures, but can be removed when myst-nb updates
"myst-parser~=0.12.6",
"myst-nb~=0.10.1",
"click",
"setuptools",
"nbformat",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment