On Tue, 14 Apr 2020 at 16:54, Alex Bennée <alex.ben...@linaro.org> wrote: > Looks reasonable although I don't have a way of testing it on my system. > Any idea what systems have the latest sphinx 3 on them? I tried fedora > but that still has 1.8.4 so it's not that bleeding edge.
I tested using a sphinx 3 install in a python virtualenv: cd python3 -m venv python-env . ~/python-env/bin/activate pip install sphinx deactivate and then tell configure to use ~/python-env/bin/sphinx-build (or don't deactivate, and then that will be the first sphinx-build on the PATH.) thanks -- PMM