From b5fb49ac3be7f473f3f1dad66f564601ed0a7c54 Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Fri, 27 Aug 2021 16:14:23 +0100 Subject: [PATCH] Add tutorial extension to the docs (#9167) --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4adbacd4cf60c..88c22059b3fe1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -107,6 +107,7 @@ def _transform_changelog(path_in: str, path_out: str) -> None: "sphinx_copybutton", "sphinx_paramlinks", "sphinx_togglebutton", + "pt_lightning_sphinx_theme.extensions.lightning_tutorials", ] # Add any paths that contain templates here, relative to this directory.