From 3ea47a9ddce3fb5aa6d4a3996461ba285e938dad Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 2 Jun 2024 12:19:10 -0600 Subject: mk/cocotb: replace pydoc3 with pdoc3 --- tb/gfx_shader_bind/mod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tb/gfx_shader_bind/mod.mk') diff --git a/tb/gfx_shader_bind/mod.mk b/tb/gfx_shader_bind/mod.mk index af16a04..de9c26c 100644 --- a/tb/gfx_shader_bind/mod.mk +++ b/tb/gfx_shader_bind/mod.mk @@ -8,5 +8,5 @@ define core $(this)/cocotb_paths := . $(this)/cocotb_modules := testbench.main - $(this)/pydoc_modules := testbench + $(this)/pdoc_modules := testbench endef -- cgit v1.2.3