We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ca06c4 + 8c10376 commit eb82efaCopy full SHA for eb82efa
2 files changed
conf.py
@@ -45,6 +45,7 @@
45
nb_execution_timeout = 1200
46
nb_merge_streams = True
47
nb_execution_mode = "cache"
48
+nb_scroll_outputs = True
49
50
nb_execution_excludepatterns = []
51
site_requirements.txt
@@ -1,4 +1,5 @@
1
sphinx
2
-myst-nb
+# To pick up newest scroller and dark-mode features
3
+myst-nb>=1.3
4
sphinx-book-theme
5
sphinx-copybutton
0 commit comments