You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thanks for the patches @melroy89! I pushed minor corrections to doc/ChangeLog as that file is more-or-less about which developer updated/reviewed the work and while you did the work, you technically did not merge the changes. You'll get all the kudos though.
Right, I don't know how to handle this situation now. I'll let another dev handle it. Still, thank you for the work. @wtoorop, @wcawijngaards, @gthess, care to pitch in here? I'm not against @melroy89 stating his name in doc/ChangeLog, but I'm assuming that it's also about which developer employee reviewed/merged?
Right, I don't know how to handle this situation now. I'll let another dev handle it. Still, thank you for the work. @wtoorop, @wcawijngaards, @gthess, care to pitch in here? I'm not against @melroy89 stating his name in doc/ChangeLog, but I'm assuming that it's also about which developer employee reviewed/merged?
Sorry if I got that wrong. I'm new here, but I thought the changelog is stated who did the change. Right? I'm confused indeed.
This works just fine, thanks @wtoorop! @melroy89, are you happy with the outcome? (The release notes is where we usually thank contributors (in my experience), and we still can, but this works too)
The warnings about WARNING: unknown option: '-c' you see, are all the places in the rst files where :option: is used actually. Which I think allows us to define some page with the available options? Which is either not in place now, or incomplete.
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.
@k0ekk0ek Problem found!
I was missing the following config in the
conf.py.in
file:Output is now correct:

Updated directly to the latest version of Sphinx (v8).
I also explicitly pinned the version of
sphinx-substitution-extensions
, since it was installing 2022 for some reason (instead of 2024)Extend RELNOTES & ChangeLog
Plus I saw some warnings, so hence this PR to fix those as well:
display_version
, see: Latest released version asserts "unsupported theme option 'display_version' given" WarningΒ readthedocs/sphinx_rtd_theme#1623 (comment)html_theme_path
, this is not required anymore. See: https://sphinx-rtd-theme.readthedocs.io/en/latest/changelog.htmlOriginal build output: