Fix typo in epilog message (.htp -> .hhp)#46
Open
wavebyrd wants to merge 94 commits intosphinx-doc:masterfrom
Open
Fix typo in epilog message (.htp -> .hhp)#46wavebyrd wants to merge 94 commits intosphinx-doc:masterfrom
wavebyrd wants to merge 94 commits intosphinx-doc:masterfrom
Conversation
Make the description at least a bit useful
Fix #6229: htmlhelp builder generates invalid .hhc file
Fix mypy-0.730 violation
lang string emited in <meta charset='...'> tag in HTML. So, for Browser compability it should be "windows-1251", not "cp1251"
Do testing with py38
Fix #6685: htmlhelp builder should generate HTML4 docs instead of HTML5
meta charset fix for cp1251
Disable HTML5 header forcedly
Test with python 3.10
…ctions Hello gh-actions, then good-bye travis
Invoke CI on PR
Sphinx-4.0 will be drop the support of python3.5. So this also stops it on CI
Sphinx 7.1 and earlier don't use ``pathlib`` internally.
Signed-off-by: Ryan Northey <ryan@synca.io> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Author
|
Friendly ping - this is a simple typo fix (.htp → .hhp). Let me know if any changes are needed! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes sphinx-doc/sphinx#12308
The epilog message in HTMLHelpBuilder incorrectly referenced .htp when it should be .hhp (the correct file extension for HTML Help Project files).