File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 58
58
"numpydoc" ,
59
59
"sphinx_copybutton" ,
60
60
"sphinx_design" ,
61
+ "jupyterlite_sphinx" ,
61
62
"sphinx.ext.autodoc" ,
62
63
"sphinx.ext.autosummary" ,
63
64
"sphinx.ext.coverage" ,
420
421
421
422
nbsphinx_allow_errors = True
422
423
424
+ # -- Options for jupyterlite-sphinx --------------------------------------
425
+
426
+ # Configuration for interactive documentation using jupyterlite-sphinx and
427
+ # Pyodide. See https://jupyterlite-sphinx.readthedocs.io/en/stable/ for
428
+ # more options.
429
+
430
+ global_enable_try_examples = True
431
+ try_examples_global_button_text = "Try it!"
432
+ try_examples_global_warning_text = (
433
+ "Interactive examples for pandas are experimental and may not always "
434
+ "work as expected. If you encounter any issues or wish to provide any "
435
+ "feedback, please reach out to us on the "
436
+ "[pandas issue tracker](https://github.com/pandas-dev/pandas/issues/new)."
437
+ )
438
+ # uncomment to ease debugging
439
+ jupyterlite_silence = False
440
+
423
441
# -- Options for LaTeX output --------------------------------------------
424
442
425
443
latex_elements = {}
You can’t perform that action at this time.
0 commit comments