Skip to content

Commit d3bda52

Browse files
authored
Fix man page entry for Icarus Verilog documentation
1 parent 57385f9 commit d3bda52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
# One entry per manual page. List of tuples
143143
# (source start file, name, description, authors, manual section).
144144
man_pages = [
145-
(master_doc, 'iverilog', 'Icarus Verilog Documentation',
145+
(master_doc, 'iverilog-docs', 'Icarus Verilog Documentation',
146146
[author], 1)
147147
]
148148

0 commit comments

Comments
 (0)