Skip to article frontmatterSkip to article content

FOR THE RECORD ONLY THIS APPLIES TO JB1 ONLY

setting up the readthedocs project often turns up painful
here’s a few notes about that stage - as of 2023 september

how it should work

my understanding is that the automatic import should do everything, including setting up the webhook in github that allows rtd to be notified of pushes

BUT

how I fixed it

epilogue

at that point I had to logout and back in readthedocs

I could then import the project - as it did show up in the list, which it did not before - and the webhook got added automatically, and I was all set

postscriptum

go figure...

final trick

within the rtd builds page, for using the whole width, type in the console

document.querySelector("#content>.wrapper").style.width = "100%"