Commit de12746
committed
man: rename rst2man.py -> rst2man
sphinx_rtd_theme 3.0.0 added "support for docutils >0.18, <0.22." [1].
Prior releases limited docutils to <0.21.
docutils 0.21 added "entry points (without the .py extension) instead of
installing the rst2*.py front end tools in the binary PATH." [2]
So change the rst2man call from rst2man.py to rst2man in the man
Makefile.
[1] https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html
[2] https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent b120654 commit de12746
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments