Attention is currently required from: Anton Samsonov, Anton Samsonov, Thomas Heijligen.
5 comments:
Commit Message:
The patch adds support for older 3.x versions, since 4. […]
Oh I see! Maybe you can rename the title as
`Makefile,meson: Add support for Sphinx versions prior to 4.0`
so that it's more clear that it's adding backward compatibility
but not on `sphinx-build` own level
upon which `meson` build relies
> Alternatively, a symlink "8" may be created pointing at "man8" after the directory renaming occurs […]
Oh sorry I did not react on your previous message! but yes, I agree simlink makes sense, lets keep it (especially that you wrote the code already).
Patchset:
I discovered that at the moment jenkins skips sphinx-build :\ I will try to find out why, but meanwhile
I assume you have tested on your environment (which is something prior 4.0), can you add test info into commit message (the sphinx version)?
I will also test locally, and see maybe jenkins can have sphinx build again.
File doc/sphinx-wrapper.sh:
I have a question, just want to understand how it works.
`$@` means all the command-line parameters, but I compare the old and new code, it seems to me that the parameters needed for this invocation of SPHINXBUILD (which is `sphinx` right?) are starting from $5 and until the end?
do I miss something?
Can you add a comment here, saying: for sphinx versions prior to 4.0 this block renames directory from 8 to man8, since man8 expected by makefile and meson builds.
I know this info is in commit message, and this is right, but for future people looking into the code, it is useful to have a comment right here too.
To view, visit change 77778. To unsubscribe, or for help writing mail filters, visit settings.