Skip to content

fix: correct .htp typo to .hhp in HTMLHelpBuilder epilog#43

Open
VedantMadane wants to merge 1 commit intosphinx-doc:masterfrom
VedantMadane:fix/typo-hhp-extension
Open

fix: correct .htp typo to .hhp in HTMLHelpBuilder epilog#43
VedantMadane wants to merge 1 commit intosphinx-doc:masterfrom
VedantMadane:fix/typo-hhp-extension

Conversation

@VedantMadane
Copy link

@VedantMadane VedantMadane commented Jan 16, 2026

Summary

This PR fixes a typo in the \HTMLHelpBuilder.epilog\ message.

Problem

The epilog message incorrectly states:

You can now run HTML Help Workshop with the .htp file in %(outdir)s.

However, HTML Help Workshop uses .hhp files as project files, not .htp files.

Fix

Changed .htp to .hhp in the epilog message.

Fixes sphinx-doc/sphinx#12308

The epilog message incorrectly referred to '.htp' files when it should
have said '.hhp' files. The HTML Help Workshop uses .hhp files as project
files.

Fixes sphinx-doc/sphinx#12308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extension sphinxcontrib-htmlhelp has typo

1 participant