Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ def setup(app):
"sphinx.ext.autodoc",
]

# Tutorials are documentation examples; interactive/rendering cells should be
# run by readers in their own environment, not during the docs build.
nbsphinx_execute = "never"

templates_path = ["_templates"]
exclude_patterns = [
# tutorial_07_tikz.ipynb requires pdflatex to render — skip during docs build
"tutorials/tutorial_07_tikz.ipynb",
]


# -- Options for HTML output -------------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ documentation for details.
tutorials/tutorial_07_tikz
tutorials/tutorial_08_plotly
tutorials/tutorial_09_plotext
tutorials/tutorial_10_matplotlib_nxm_spacing
tutorials/tutorial_11_gantt_charts
tutorials/tutorial_12_flame_charts
tutorials/tutorial_13_advanced_matplotlib
tutorials/tutorial_14_axis_and_layout_controls
tutorials/tutorial_tikzfigure_subplots
tutorials/tutorial_15_tikzfigure_subplots
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# TikzFigure Subplots Tutorial\n",
"# Tutorial 15 - TikzFigure Subplots Tutorial\n",
"\n",
"This tutorial demonstrates how to create side-by-side subplots using the `tikzfigure` backend.\n",
"\n",
Expand Down
Loading