[PATCH 1/1] .readthedocs.yml: fix type docs/

Out documentation directory is doc/ and not docs/.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.readthedocs.yml b/.readthedocs.yml index f3fb5ed51b..44949ea239 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2
# Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: doc/conf.py
# Optionally build your docs in additional formats such as PDF and ePub formats: [] -- 2.26.2

On Fri, May 01, 2020 at 10:06:17PM +0200, Heinrich Schuchardt wrote:
Out documentation directory is doc/ and not docs/.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!

On 5/1/20 11:57 PM, Tom Rini wrote:
On Fri, May 01, 2020 at 10:06:17PM +0200, Heinrich Schuchardt wrote:
Out documentation directory is doc/ and not docs/.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
Hello Tom,
building the documentation now works fine when pushing origin/master to my https://github.com/xypron2/u-boot repository.
Integration with https://github.com/trini/u-boot would be trivial. You would simply have to logon to readthedocs.org using your Github account. I can then add you as maintainer to the u-boot project on readthedocs and you can take over.
Integration with https://gitlab.denx.de/u-boot/u-boot would require setting up a webhook there, cf. https://docs.readthedocs.io/en/stable/webhooks.html#webhook-integrations
What are your preferences?
Best regards
Heinrich

On Sat, May 02, 2020 at 10:00:45AM +0200, Heinrich Schuchardt wrote:
On 5/1/20 11:57 PM, Tom Rini wrote:
On Fri, May 01, 2020 at 10:06:17PM +0200, Heinrich Schuchardt wrote:
Out documentation directory is doc/ and not docs/.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
Hello Tom,
building the documentation now works fine when pushing origin/master to my https://github.com/xypron2/u-boot repository.
Integration with https://github.com/trini/u-boot would be trivial. You would simply have to logon to readthedocs.org using your Github account. I can then add you as maintainer to the u-boot project on readthedocs and you can take over.
I've signed up and we should be able to point it at the github mirror at https://github.com/u-boot/u-boot as well. Thanks again!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini