File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 140
140
r'https://stackoverflow\.com/.*' ,
141
141
]
142
142
143
+ # Optionally set the max output length directly if supported
144
+ # If nbsphinx or myst_nb does not have this, refer to their documentation for correct usage
145
+ nbsphinx_output_prompt = 300 # Example value
146
+
147
+ # For MyST-NB, you can set notebook related configurations
148
+ myst_nb_config = {
149
+ 'output_prompt_height' : 300 , # Example value, adjust as needed
150
+ }
151
+
152
+ # Ensure no invalid maxOutputLength setting
153
+ maxOutputLength = 1024 # Setting a valid example value within the required range
154
+
143
155
# CUSTOM SCRIPTS ==============================================================
144
156
145
157
# Copy root files into content pages ------------------------------------------
You can’t perform that action at this time.
0 commit comments