doc: fix intersphinx links (v2-edge)#765
Conversation
|
I see the documentation check failure & am looking into it; looks like the check is running for a standalone SINGLE_BUILD instead of an integrated build. |
roosterfish
left a comment
There was a problem hiding this comment.
For traceability can you please git cherry-pick -x the commit from #764?
Signed-off-by: Minae Lee <minae.lee@canonical.com>
3179420 to
e4ed4a3
Compare
It's not exactly a backport, the commit from #764 sets PATH_PREFIX to /microcloud/latest, not /microcloud/v2-edge as this one does. Do you still want me to cherry-pick instead?
Looked into it and using SINGLE_BUILD for spellcheck is correct, since we only want to check MicroCloud docs. However, the intersphinx targets for a SINGLE_BUILD set in custom_conf.py were pointing to latest. Fixed this & check passes now; so does the RTD build. |
You are right, missed this. It's fine like this. |
|
@minaelee is it ready? |
Yes, thanks! |
Fix intersphinx links to point to /microcloud/v2-edge instead of /en/v2-edge per recent changes to site.
Backport of #764