On Thu, Oct 26, 2023 at 7:54 PM Ilya Maximets <i.maxim...@ovn.org> wrote:
>
> We used this builder before, but from the project configuration
> on the website.  ReadTheDocs doesn't allow to change it there
> anymore and it doesn't allow to see the full name of the previously
> used builder (!!), so I failed to migrate it to the config file.
>
> The result is that older link like:
>   https://docs.openvswitch.org/en/latest/howto/dpdk/
> Now require .html:
>   https://docs.openvswitch.org/en/latest/howto/dpdk.html
>
> Fixing now by switching the builder back.
>
> Fixes: e388bd73b70d ("readthedocs: Add the configuration file.")
> Reported-by: Antonin Bas <a...@vmware.com>
> Reported-by: David Marchand <david.march...@redhat.com>
> Reported-at: https://github.com/openvswitch/ovs-issues/issues/310
> Signed-off-by: Ilya Maximets <i.maxim...@ovn.org>
> ---
>
> The version of the docs with the change applied can be
> temporarily seen here:
>    https://igsilya-ovs.readthedocs.io/en/latest/
>
>  .readthedocs.yaml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.readthedocs.yaml b/.readthedocs.yaml
> index e481e64f1..7d505150e 100644
> --- a/.readthedocs.yaml
> +++ b/.readthedocs.yaml
> @@ -14,6 +14,7 @@ build:
>  # Build documentation in the "Documentation/" directory with Sphinx.
>  sphinx:
>    configuration: Documentation/conf.py
> +  builder: "dirhtml"
>
>  # Build all formats: HTML, PDF, ePub.
>  formats: all
> --
> 2.41.0
>

Reviewed-by: David Marchand <david.march...@redhat.com>


-- 
David Marchand

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to