Conversation
|
Yeah, it looks like this used when generating documentation web pages, here |
|
@myeatman-bdai Does that actually require the pseudo-submodule, though? Won't that command create the directory if missing? |
|
(or, if not, we could add a |
|
I don't know much about won't work. |
|
Shouldn't https://github.com/bdaiinstitute/spatialmath-python/blob/99fd55b8fefa3113fc7a6ea99e5b0232adb541a6/.github/workflows/sphinx.yml#L32-L33 (or optionally the additional |
|
oh, you're right. Derp. |
|
Lets just merge this and see if the documentation generation still works. |
|
Per this yet to be merged PR #162, the sphinx automation is broken with or without this small changes, so we're going ahead and merging. |
This PR removes the
gh-pagesdirectory, which appears to have been set up as a submodule, but has no definition in a.gitmodulesfile (as no such file is present). This misconfiguration causes problems addingspatialmath-pythonas a dependency to other projects usinguv. If I'm wrong aboutgh-pagesbeing necessary to keep around (e.g., if it somehow triggers the creation of a Github Page for the project?), then we'll need to find a different solution.