diff mbox series

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

Message ID 20200501200617.7848-1-xypron.glpk@gmx.de
State Accepted
Commit 14b7004532a41cbb2dc82cc1a5687e8e88e1ba0d
Headers show
Series [1/1] .readthedocs.yml: fix type docs/ | expand

Commit Message

Heinrich Schuchardt May 1, 2020, 8:06 p.m. UTC
Out documentation directory is doc/ and not docs/.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 .readthedocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.26.2

Comments

Tom Rini May 1, 2020, 9:57 p.m. UTC | #1
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 at gmx.de>

Applied to u-boot/master, thanks!
Heinrich Schuchardt May 2, 2020, 8 a.m. UTC | #2
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 at 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
Tom Rini May 4, 2020, 1:28 p.m. UTC | #3
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 at 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!
diff mbox series

Patch

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: []