Add missing RTD configuration file, which is obligatory today#488
Add missing RTD configuration file, which is obligatory today#488martindurant merged 1 commit intopython-streamz:masterfrom
Conversation
|
@martindurant: You said you've enabled the RTD feature to run on pull requests. -- https://app.readthedocs.org/dashboard/streamz/edit/ However, it is currently not showing up within the GHA PR builder widget (below). Well, maybe this patch needs to be merged before things start working this way, we'll see. In this spirit, I haven't been able to validate the patch / configuration file yet, so you might need to go into a quick trial-and-error cycle at your disposal, if it doesn't work out of the box. |
|
Understood. That is indeed the button I clicked, so we'll see. |
|
The build still fails, but now complaining that streamz itself is not installed: |
|
Thank you. I will try to compensate. I wasn't aware that it also needs the package itself for generating API docs, but well, I could have seen it when looking more closely ;]. |
Problem
It looks like the RTD configuration file was missing. It was optional before, but is obligatory today.
References