From d3bda52d697df32ea245eb418d7e2509f8002f65 Mon Sep 17 00:00:00 2001 From: "Cary R." Date: Sun, 8 Mar 2026 15:07:02 -0700 Subject: [PATCH] Fix man page entry for Icarus Verilog documentation --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index a1dc34ebb..282a520c4 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -142,7 +142,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'iverilog', 'Icarus Verilog Documentation', + (master_doc, 'iverilog-docs', 'Icarus Verilog Documentation', [author], 1) ]