File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ def setup(app):
3838 "sphinx.ext.autodoc" ,
3939]
4040
41+ # Tutorials are documentation examples; interactive/rendering cells should be
42+ # run by readers in their own environment, not during the docs build.
43+ nbsphinx_execute = "never"
44+
4145templates_path = ["_templates" ]
42- exclude_patterns = [
43- # tutorial_07_tikz.ipynb requires pdflatex to render — skip during docs build
44- "tutorials/tutorial_07_tikz.ipynb" ,
45- ]
4646
4747
4848# -- Options for HTML output -------------------------------------------------
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ documentation for details.
2424 tutorials/tutorial_07_tikz
2525 tutorials/tutorial_08_plotly
2626 tutorials/tutorial_09_plotext
27+ tutorials/tutorial_10_matplotlib_nxm_spacing
28+ tutorials/tutorial_11_gantt_charts
29+ tutorials/tutorial_12_flame_charts
2730 tutorials/tutorial_13_advanced_matplotlib
2831 tutorials/tutorial_14_axis_and_layout_controls
29- tutorials/tutorial_tikzfigure_subplots
32+ tutorials/tutorial_15_tikzfigure_subplots
Original file line number Diff line number Diff line change 55 "id" : " 0" ,
66 "metadata" : {},
77 "source" : [
8- " # TikzFigure Subplots Tutorial\n " ,
8+ " # Tutorial 15 - TikzFigure Subplots Tutorial\n " ,
99 " \n " ,
1010 " This tutorial demonstrates how to create side-by-side subplots using the `tikzfigure` backend.\n " ,
1111 " \n " ,
You can’t perform that action at this time.
0 commit comments