Skip to content

Commit

Permalink
Fix docs jobs (#3138)
Browse files Browse the repository at this point in the history
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 <kecarter@redhat.com>
  • Loading branch information
cloudnull committed Jun 3, 2021
1 parent 7b297ae commit 5407716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx_ansible_theme.ext.pygments_lexer",
"sphinx_ansible_theme",
"notfound.extension",
]

Expand Down

0 comments on commit 5407716

Please sign in to comment.