From 540771691ea58bc67b49294a77bb7adf22d36d22 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 3 Jun 2021 16:14:08 -0500 Subject: [PATCH] Fix docs jobs (#3138) The docs jobs are broken because the docs configuration is using a module that no longer exists. This change corrects that problem. Signed-off-by: Kevin Carter --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c1086807e..83be85f97 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ "sphinx.ext.extlinks", "sphinx.ext.intersphinx", "sphinx.ext.todo", - "sphinx_ansible_theme.ext.pygments_lexer", + "sphinx_ansible_theme", "notfound.extension", ]