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 builds are failing for quite some time. Also, the use of ovs-sphinx-theme is a little weird. Temporary version of the docs with these changes is available here: https://igsilya-ovn.readthedocs.io/en/latest/ Will also need to go to at least the latest stable branch, because RTD is using the latest tag for a 'stable' documentation. Version 2: * Replaced the import with importlib.util.find_spec(). [Mark] * Added an Ack to the second patch. Ilya Maximets (2): Documentation: Use theme from Read The Docs. readthedocs: Add the configuration file. .readthedocs.yaml | 26 +++++++++++++++++++++++ Documentation/conf.py | 22 ++++++------------- Documentation/internals/documentation.rst | 18 ++++++---------- Documentation/requirements.txt | 4 ++-- Makefile.am | 1 + 5 files changed, 43 insertions(+), 28 deletions(-) create mode 100644 .readthedocs.yaml -- 2.41.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
