From d4122bc53b19248944e52e0b514a6c7d4344cccd Mon Sep 17 00:00:00 2001 From: Kaushik B Date: Thu, 28 Apr 2022 19:34:53 +0530 Subject: [PATCH] Update docs conf with renamed lightning extension --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2b81f30611a72..f1118ccc74e07 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -121,7 +121,7 @@ def _transform_changelog(path_in: str, path_out: str) -> None: "sphinx_copybutton", "sphinx_paramlinks", "sphinx_togglebutton", - "pt_lightning_sphinx_theme.extensions.lightning_tutorials", + "pt_lightning_sphinx_theme.extensions.lightning", ] # Suppress warnings about duplicate labels (needed for PL tutorials)