mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
readthedocs: Use dirhtml builder.
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 <abas@vmware.com> Reported-by: David Marchand <david.marchand@redhat.com> Reported-at: https://github.com/openvswitch/ovs-issues/issues/310 Reviewed-by: Antonin Bas <abas@vmware.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
parent
34ae81c1f4
commit
594d145410
@ -14,6 +14,7 @@ build:
|
|||||||
# Build documentation in the "Documentation/" directory with Sphinx.
|
# Build documentation in the "Documentation/" directory with Sphinx.
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: Documentation/conf.py
|
configuration: Documentation/conf.py
|
||||||
|
builder: "dirhtml"
|
||||||
|
|
||||||
# Build all formats: HTML, PDF, ePub.
|
# Build all formats: HTML, PDF, ePub.
|
||||||
formats: all
|
formats: all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user