doc: fix sphinx config for rtd
authorKent Gibson <warthog618@gmail.com>
Fri, 5 Jul 2024 02:17:50 +0000 (10:17 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 5 Jul 2024 07:41:02 +0000 (09:41 +0200)
commit824c1f39347c2ef46919dfc45e8247441b908827
tree3673e6ea213ffdf0903684612b25bb570cba89e8
parent6ee321061e9ede45614bc79e6712961379648ebc
doc: fix sphinx config for rtd

Generating the latest documentation on readthedocs is broken as the
index.html generated by Doxygen is now being overwritten by one
generated by Sphinx.

Make Sphinx generate a differently named root page that does not
conflict with the index.html generated by Doxygen.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240705021750.43197-1-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
sphinx/conf.py
sphinx/contents.rst [new file with mode: 0644]
sphinx/index.rst [deleted file]