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/ Ilya Maximets (2): Documentation: Use theme from Read The Docs. readthedocs: Add the configuration file. .readthedocs.yaml | 26 +++++++++++++++++++++++ Documentation/conf.py | 20 ++++++----------- Documentation/internals/documentation.rst | 18 ++++++---------- Documentation/requirements.txt | 4 ++-- Makefile.am | 1 + 5 files changed, 43 insertions(+), 26 deletions(-) create mode 100644 .readthedocs.yaml -- 2.41.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
