Re: [for-5.0] docs: Require Sphinx 1.6 or better

2020-04-15 Thread Peter Maydell
On Wed, 15 Apr 2020 at 15:51, Daniel P. Berrangé wrote: > On Tue, Apr 14, 2020 at 01:41:14PM +0100, Peter Maydell wrote: > > Update our needs_sphinx setting to indicate that we require at least > > 1.6. This will allow configure to fall back to "don't build the > > docs" rather than causing the b

Re: [for-5.0] docs: Require Sphinx 1.6 or better

2020-04-15 Thread Daniel P . Berrangé
On Tue, Apr 14, 2020 at 01:41:14PM +0100, Peter Maydell wrote: > Versions of Sphinx older than 1.6 can't build all of our documentation, > because they are too picky about the syntax of the argument to the > option:: directive; see Sphinx bugs #646, #3366: > > https://github.com/sphinx-doc/sphin

Re: [for-5.0] docs: Require Sphinx 1.6 or better

2020-04-15 Thread John Snow
On 4/14/20 8:41 AM, Peter Maydell wrote: > Versions of Sphinx older than 1.6 can't build all of our documentation, > because they are too picky about the syntax of the argument to the > option:: directive; see Sphinx bugs #646, #3366: > > https://github.com/sphinx-doc/sphinx/issues/646 > ht

Re: [for-5.0] docs: Require Sphinx 1.6 or better

2020-04-14 Thread Richard Henderson
On 4/14/20 5:41 AM, Peter Maydell wrote: > Versions of Sphinx older than 1.6 can't build all of our documentation, > because they are too picky about the syntax of the argument to the > option:: directive; see Sphinx bugs #646, #3366: > > https://github.com/sphinx-doc/sphinx/issues/646 > https

[for-5.0] docs: Require Sphinx 1.6 or better

2020-04-14 Thread Peter Maydell
Versions of Sphinx older than 1.6 can't build all of our documentation, because they are too picky about the syntax of the argument to the option:: directive; see Sphinx bugs #646, #3366: https://github.com/sphinx-doc/sphinx/issues/646 https://github.com/sphinx-doc/sphinx/issues/3366 Trying t