From d19cd14395679c59751f77d17aa70b72536f9122 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Sat, 19 Sep 2020 14:36:30 -0700 Subject: [PATCH] docs: Fix name in the extensions list. Signed-off-by: Tim 'mithro' Ansell --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 31fb98f..ecc4c9d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ extensions = [ 'sphinx.ext.mathjax', 'sphinx.ext.napoleon', 'sphinx.ext.todo', - 'sphinxcontrib_verilog_diagrams', + 'sphinxcontrib_hdl_diagrams', ] # Add any paths that contain templates here, relative to this directory.