On 15/06/2020 17:38, Luc Van Oostenryck wrote: > On Mon, Jun 15, 2020 at 12:37:28AM +0100, Ramsay Jones wrote: >> I just installed python-sphinx (on LM 19.3 it is the python2 >> version) to give it a try, and it failed: >> >> $ make html >> Running Sphinx v1.6.7 > > This is probably too old (running 3.0 here but IIRC 2.7 or > 2.8 should be OK). I'm not that surprised! I will wait until LM20 which, being based on Ubuntu 20.04, should hopefully have a sufficiently new version. BTW, the on-line version of the v0.6.2 release notes look good to me now ... except one thing! ;-) This part of the release notes: * fully propagate declarations downward. For example, it means that code like: static int foo(void); int foo(void) { return 0; } now behaves as expected: foo() is effectively static. ... has the two lines of code formatted as a 'filled paragraph'. I assume that some 'code-block' marker(s) of some description are required to format this correctly. ATB, Ramsay Jones