On 10/25/23 17:23, Ilya Maximets wrote: > On 10/25/23 15:20, Aaron Conole wrote: >> Ilya Maximets <[email protected]> writes: >> >>> Since last month ReadTheDocs only supports building with a new >>> configuration file provided in the repository itself: >>> https://blog.readthedocs.com/migrate-configuration-v2/ >>> >>> So, all our documentation buids are failing for quite some time. >>> >>> Add the configuration file to unblock documentation updates. >>> >>> Need to remove the upper restriction on the sphinx version. >>> sphinx 2.0 is very old at this point and pip fails to install >>> it along with other dependencies on the rtd server. >>> >>> Note: Sphinx 2.0 moved from HTML4 to HTML5 renderer and tables >>> no longer have borders by default. That should be addressed >>> via CSS file in the ovs-sphinx-theme. >>> >>> Signed-off-by: Ilya Maximets <[email protected]> >>> --- >> >> Looks like it stopped working about a month ago. Good future idea for a >> bot to monitor this part. >> >> Anyway: >> >> Acked-by: Aaron Conole <[email protected]> > > Thanks! Applied.
Backported this to 3.2 as well, because rtd also builds the 'stable' version from the latest tag. It will rebuild the docs once the new tag (v3.2.2) is available. > > And the build passed! > > Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
