mbox series

[ovs-dev,0/2] Documentation: Fix the Read The Docs build.

Message ID 20231102161527.385815-1-i.maximets@ovn.org
Headers show
Series Documentation: Fix the Read The Docs build. | expand

Message

Ilya Maximets Nov. 2, 2023, 4:15 p.m. UTC
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