Skip to content

Commit 31bb378

Browse files
authored
Use Sphinx Tabs to separate Python/R code in tutorials (#11410)
1 parent e539d09 commit 31bb378

File tree

4 files changed

+487
-498
lines changed

4 files changed

+487
-498
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ def is_readthedocs_build():
239239
"sphinx.ext.intersphinx",
240240
"sphinx_gallery.gen_gallery",
241241
"sphinx_issues",
242+
"sphinx_tabs.tabs",
242243
"breathe",
243244
"myst_parser",
244245
]

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ myst-parser
1212
ray[train]
1313
sphinx-gallery
1414
sphinx-issues
15+
sphinx-tabs
1516
dask
1617
pyspark
1718
cloudpickle

0 commit comments

Comments
 (0)