Conversation
dhalbert
left a comment
There was a problem hiding this comment.
Thanks for finding this; I'll make the path even simpler. I found a couple of other libraries with the same problem.
|
@tekktrik There is a path problem here; I'm not quite sure what to do about it. Do you have an idea? It looks like the build action works properly if the product image is If the Other libraries with similar broken links: |
|
@dhalbert the documentation is built from within the Relevant line in the composite action: https://github.com/adafruit/workflows-circuitpython-libs/blob/3c236c4bdc63af724842b7c88f71e321512ca927/build/action.yml#L74 We could apply a patch that specifies the path as |
Yes, this makes sense. README.rst is expecting the root to be above docs, and the build needs to expect the same thing. |
|
@kattni just pinging you so we can discuss a library patch maybe within the next couple weeks |
|
Assigning to myself so I don't forget about the patch this will require. |
|
@dhalbert - Coming back to this, is this still a patch we want to run, for building docs from the repo root folder instead of docs? It should be a relatively quick and simple one to organize. Let me know what you think, and I'll get it together and run it in the next week or so if we still want to do it. |
|
It makes sense to me to change to do the building from the root instead of inside of |
No description provided.