Skip to content

Commit e3c635f

Browse files
committed
comments
1 parent a574d1f commit e3c635f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

portal/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,10 @@
140140
r'https://stackoverflow\.com/.*',
141141
]
142142

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
143+
# Set the max output length directly if supported
145144
nbsphinx_output_prompt = 300 # Example value
146145

147-
# For MyST-NB, you can set notebook related configurations
146+
# For MyST-NB, set notebook related configurations
148147
myst_nb_config = {
149148
'output_prompt_height': 300, # Example value, adjust as needed
150149
}

0 commit comments

Comments
 (0)